HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Box2D.Polygon Member List

This is the complete list of members for Box2D.Polygon, including all inherited members.

CentroidBox2D.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.Polygoninlinestatic
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.Polygoninlinestatic
MakePolygon(in Hull hull, float radius)Box2D.Polygon
MakePolygon(ReadOnlySpan< Vec2 > points, float radius)Box2D.Polygoninlinestatic
MakeRoundedBox(float halfWidth, float halfHeight, float radius)Box2D.Polygon
MakeSquare(float halfWidth)Box2D.Polygon
NormalsBox2D.Polygon
Polygon(ReadOnlySpan< Vec2 > points, float radius=0f)Box2D.Polygoninline
RadiusBox2D.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
VerticesBox2D.Polygon