|
HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.1
|
This is the complete list of members for Box2D.Polygon, including all inherited members.
| Centroid | Box2D.Polygon | |
| ComputeAABB(in Transform transform) | Box2D.Polygon | |
| ComputeMass(float density) | Box2D.Polygon | |
| MakeBox(float halfWidth, float halfHeight) | Box2D.Polygon | static |
| MakeOffsetBox(float halfWidth, float halfHeight, Vec2 center, Rotation rotation) | Box2D.Polygon | static |
| MakeOffsetPolygon(Span< Vec2 > points, Vec2 position, Rotation rotation) | Box2D.Polygon | inlinestatic |
| MakeOffsetPolygon(in Hull hull, Vec2 position, Rotation rotation) | Box2D.Polygon | static |
| MakeOffsetRoundedBox(float halfWidth, float halfHeight, Vec2 center, Rotation rotation, float radius) | Box2D.Polygon | static |
| MakeOffsetRoundedPolygon(Span< Vec2 > points, Vec2 position, Rotation rotation, float radius) | Box2D.Polygon | inlinestatic |
| MakeOffsetRoundedPolygon(in Hull hull, Vec2 position, Rotation rotation, float radius) | Box2D.Polygon | static |
| MakePolygon(ReadOnlySpan< Vec2 > points, float radius) | Box2D.Polygon | inlinestatic |
| MakePolygon(in Hull hull, float radius) | Box2D.Polygon | static |
| MakeRoundedBox(float halfWidth, float halfHeight, float radius) | Box2D.Polygon | static |
| MakeSquare(float halfWidth) | Box2D.Polygon | static |
| Normals | Box2D.Polygon | |
| Polygon(ReadOnlySpan< Vec2 > points, float radius=0f) | Box2D.Polygon | inline |
| Radius | Box2D.Polygon | |
| RayCast(in RayCastInput input) | Box2D.Polygon | |
| ShapeCast(in ShapeCastInput input) | Box2D.Polygon | |
| TestPoint(in Vec2 point) | Box2D.Polygon | |
| Vertices | Box2D.Polygon |