A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
b2DebugDraw — Class in package Box2D.Dynamics |
|
Implement and register this class with a b2World to provide debug drawing of physics
entities in your game. |
b2DebugDraw() — Constructor in class Box2D.Dynamics.b2DebugDraw |
| |
b2DestructionListener — Class in package Box2D.Dynamics |
|
Joints and shapes are destroyed when their associated
body is destroyed. |
b2DistanceJoint — Class in package Box2D.Dynamics.Joints |
|
A distance joint constrains two points on two bodies
to remain at a fixed distance from each other. |
b2DistanceJointDef — Class in package Box2D.Dynamics.Joints |
|
Distance joint definition. |
b2DistanceJointDef() — Constructor in class Box2D.Dynamics.Joints.b2DistanceJointDef |
| |
dampingRatio — Property in class Box2D.Dynamics.Joints.b2DistanceJointDef |
|
The damping ratio. |
dampingRatio — Property in class Box2D.Dynamics.Joints.b2MouseJointDef |
|
The damping ratio. |
density — Property in class Box2D.Collision.Shapes.b2ShapeDef |
|
The shape's density, usually in kg/m^2. |
DestroyBody(b:Box2D.Dynamics:b2Body) — Method in class Box2D.Dynamics.b2World |
|
Destroy a rigid body given a definition. |
DestroyJoint(j:Box2D.Dynamics.Joints:b2Joint) — Method in class Box2D.Dynamics.b2World |
|
Destroy a joint. |
DestroyShape(s:Box2D.Collision.Shapes:b2Shape) — Method in class Box2D.Dynamics.b2Body |
|
Destroy a shape. |
DrawCircle(center:Box2D.Common.Math:b2Vec2, radius, color:Box2D.Common:b2Color) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a circle. |
DrawPolygon(vertices, vertexCount, color:Box2D.Common:b2Color) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a closed polygon provided in CCW order. |
DrawSegment(p1:Box2D.Common.Math:b2Vec2, p2:Box2D.Common.Math:b2Vec2, color:Box2D.Common:b2Color) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a line segment. |
DrawSolidCircle(center:Box2D.Common.Math:b2Vec2, radius, axis:Box2D.Common.Math:b2Vec2, color:Box2D.Common:b2Color) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a solid circle. |
DrawSolidPolygon(vertices, vertexCount, color:Box2D.Common:b2Color) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a solid closed polygon provided in CCW order. |
DrawXForm(xf:Box2D.Common.Math:b2XForm) — Method in class Box2D.Dynamics.b2DebugDraw |
|
Draw a transform. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |