Box2D  2.3.0
A 2D Physics Engine for Games
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cb2AABBAn axis aligned bounding box
 Cb2BlockAllocator
 Cb2BodyA rigid body. These are created via b2World::CreateBody
 Cb2BodyDef
 Cb2BroadPhase
 Cb2ColorColor for debug drawing. Each value has the range [0,1]
 Cb2Contact
 Cb2ContactFilter
 Cb2ContactImpulse
 Cb2ContactListener
 Cb2ContactManager
 Cb2DestructionListener
 Cb2Draw
 Cb2FilterThis holds contact filtering data
 Cb2Fixture
 Cb2FixtureDef
 Cb2GrowableStack< T, N >
 Cb2Joint
 Cb2DistanceJoint
 Cb2FrictionJoint
 Cb2GearJoint
 Cb2MotorJoint
 Cb2MouseJoint
 Cb2PrismaticJoint
 Cb2PulleyJoint
 Cb2RevoluteJoint
 Cb2RopeJoint
 Cb2WeldJoint
 Cb2WheelJoint
 Cb2JointDefJoint definitions are used to construct joints
 Cb2DistanceJointDef
 Cb2FrictionJointDefFriction joint definition
 Cb2GearJointDef
 Cb2MotorJointDefMotor joint definition
 Cb2MouseJointDef
 Cb2PrismaticJointDef
 Cb2PulleyJointDef
 Cb2RevoluteJointDef
 Cb2RopeJointDef
 Cb2WeldJointDef
 Cb2WheelJointDef
 Cb2Manifold
 Cb2ManifoldPoint
 Cb2MassDataThis holds the mass data computed for a shape
 Cb2Mat22A 2-by-2 matrix. Stored in column-major order
 Cb2Mat33A 3-by-3 matrix. Stored in column-major order
 Cb2ProfileProfiling data. Times are in milliseconds
 Cb2QueryCallback
 Cb2RayCastCallback
 Cb2RayCastInputRay-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1)
 Cb2RayCastOutput
 Cb2RotRotation
 Cb2Shape
 Cb2ChainShape
 Cb2CircleShapeA circle shape
 Cb2EdgeShape
 Cb2PolygonShape
 Cb2StackAllocator
 Cb2Timer
 Cb2Transform
 Cb2Vec2A 2D column vector
 Cb2Vec3A 2D column vector with 3 elements
 Cb2Version
 Cb2World
 Cb2WorldManifoldThis is used to compute the current state of a contact manifold