Box2D  2.2
Box2D API Reference for www.kobold2d.com developers
 All Classes Files Functions Variables Enumerations Enumerator Defines
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
b2AABBAn axis aligned bounding box
b2BlockAllocator
b2BodyA rigid body. These are created via b2World::CreateBody
b2BodyDef
b2BroadPhase
b2ChainAndCircleContact
b2ChainAndPolygonContact
b2ChainShape
b2CircleContact
b2CircleShapeA circle shape
b2ClipVertexUsed for computing contact manifolds
b2ColorColor for debug drawing. Each value has the range [0,1]
b2Contact
b2ContactEdge
b2ContactFeature
b2ContactFilter
b2ContactIDContact ids to facilitate warm starting
b2ContactImpulse
b2ContactListener
b2ContactManager
b2ContactRegister
b2ContactSolver
b2ContactSolverDef
b2ContactVelocityConstraint
b2DestructionListener
b2DistanceInput
b2DistanceJoint
b2DistanceJointDef
b2DistanceOutputOutput for b2Distance
b2DistanceProxy
b2Draw
b2DynamicTree
b2EdgeAndCircleContact
b2EdgeAndPolygonContact
b2EdgeShape
b2FilterThis holds contact filtering data
b2Fixture
b2FixtureDef
b2FixtureProxyThis proxy is used internally to connect fixtures to the broad-phase
b2FrictionJoint
b2FrictionJointDefFriction joint definition
b2GearJoint
b2GearJointDef
b2GrowableStack< T, N >
b2IslandThis is an internal class
b2Jacobian
b2Joint
b2JointDefJoint definitions are used to construct joints
b2JointEdge
b2Manifold
b2ManifoldPoint
b2MassDataThis holds the mass data computed for a shape
b2Mat22A 2-by-2 matrix. Stored in column-major order
b2Mat33A 3-by-3 matrix. Stored in column-major order
b2MouseJoint
b2MouseJointDef
b2Pair
b2PolygonAndCircleContact
b2PolygonContact
b2PolygonShape
b2PositionThis is an internal structure
b2PrismaticJoint
b2PrismaticJointDef
b2ProfileProfiling data. Times are in milliseconds
b2PulleyJoint
b2PulleyJointDef
b2QueryCallback
b2RayCastCallback
b2RayCastInputRay-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1)
b2RayCastOutput
b2RevoluteJoint
b2RevoluteJointDef
b2Rope
b2RopeDef
b2RopeJoint
b2RopeJointDef
b2RotRotation
b2Shape
b2SimplexCache
b2SolverDataSolver Data
b2StackAllocator
b2StackEntry
b2Sweep
b2Timer
b2TimeStepThis is an internal structure
b2TOIInputInput parameters for b2TimeOfImpact
b2TOIOutput
b2Transform
b2TreeNodeA node in the dynamic tree. The client does not interact with this directly
b2Vec2A 2D column vector
b2Vec3A 2D column vector with 3 elements
b2VelocityThis is an internal structure
b2VelocityConstraintPoint
b2Version
b2WeldJoint
b2WeldJointDef
b2WheelJoint
b2WheelJointDef
b2World
b2WorldManifoldThis is used to compute the current state of a contact manifold