Go to the source code of this file.
|
| void | b2CollidePolygons (b2Manifold *manifold, const b2PolygonShape *polyA, const b2Transform &xfA, const b2PolygonShape *polyB, const b2Transform &xfB) |
| | Compute the collision manifold between two polygons. More...
|
| |
| static void | b2FindIncidentEdge (b2ClipVertex c[2], const b2PolygonShape *poly1, const b2Transform &xf1, int32 edge1, const b2PolygonShape *poly2, const b2Transform &xf2) |
| |
| static float32 | b2FindMaxSeparation (int32 *edgeIndex, const b2PolygonShape *poly1, const b2Transform &xf1, const b2PolygonShape *poly2, const b2Transform &xf2) |
| |