搜索资源列表
convex
- C++ code. Realization of an algorithm for finding an 2D convex hull polygon for input set of 2D points (with glut).
CollisionDetection
- 2D游戏凸多边形碰撞检测,分离轴定理算法源码-2D Games convex polygon collision detection algorithm for source separation axis theorem
inside
- 判断点是否在点群形成的多边形范围内,点群排列需要闭合- The purpose of this function is to indicate whether a specified 2D point is inside (returns a 1) a specified 2D polygon or outside(returns a 0).
polygon
- 可用于二维多边形网格的形成,先形成三角形网格,在此基础上形成多边形网格。-It can be used for generating 2d polygon mesh. The triangular mesh is first constructed, based on which, the polygon mesh is formed.