FarseerPhysics.Collision.Shapes
Namespace with 7 public types
Classes
ChainShape
A chain shape is a free form sequence of line segments.
The chain may cross upon itself, but this is not recommended for smooth collision.
The chain has double sided collision, so you can use inside and outside collision.
Therefore, you may use any winding order.
CircleShape
EdgeShape
A line segment (edge) Shape. These can be connected in chains or loops
to other edge Shapes. The connectivity information is used to ensure
correct contact normals.
PolygonShape
Represents a simple non-selfintersecting convex polygon.
If you want to have concave polygons, you will have to use the or the
to decompose the concave polygon into 2 or more convex polygons.
Structures
MassData
This holds the mass data computed for a shape.
Enumerations
ShapeType
Abstract Classes
Shape
A shape is used for collision detection. You can create a shape however you like.
Shapes used for simulation in World are created automatically when a Fixture
is created. Shapes may encapsulate a one or more child shapes.