Collision Class |
public static class Collision
The Collision type exposes the following members.
| Name | Description | |
|---|---|---|
| CollideCircles | Compute the collision manifold between two circles. | |
| CollideEdgeAndCircle | Compute contact points for edge versus circle. This accounts for edge connectivity. | |
| CollideEdgeAndPolygon | Collides and edge and a polygon, taking into account edge adjacency. | |
| CollidePolygonAndCircle | Compute the collision manifold between a polygon and a circle. | |
| CollidePolygons | Compute the collision manifold between two polygons. | |
| GetPointStates | ||
| TestOverlap | Test overlap between the two shapes. |