HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
|
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 | |
MakeOffsetBox(float halfWidth, float halfHeight, Vec2 center, Rotation rotation) | Box2D.Polygon | |
MakeOffsetPolygon(in Hull hull, Vec2 position, Rotation rotation) | Box2D.Polygon | |
MakeOffsetPolygon(Span< Vec2 > points, Vec2 position, Rotation rotation) | Box2D.Polygon | inlinestatic |
MakeOffsetRoundedBox(float halfWidth, float halfHeight, Vec2 center, Rotation rotation, float radius) | Box2D.Polygon | |
MakeOffsetRoundedPolygon(in Hull hull, Vec2 position, Rotation rotation, float radius) | Box2D.Polygon | |
MakeOffsetRoundedPolygon(Span< Vec2 > points, Vec2 position, Rotation rotation, float radius) | Box2D.Polygon | inlinestatic |
MakePolygon(in Hull hull, float radius) | Box2D.Polygon | |
MakePolygon(ReadOnlySpan< Vec2 > points, float radius) | Box2D.Polygon | inlinestatic |
MakeRoundedBox(float halfWidth, float halfHeight, float radius) | Box2D.Polygon | |
MakeSquare(float halfWidth) | Box2D.Polygon | |
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 | |
TransformPolygon(Transform transform, in Polygon polygon) | Box2D.Polygon | |
Vertices | Box2D.Polygon |