Go to the source code of this file.
Classes | |
class | b2Body |
A rigid body. These are created via b2World::CreateBody. More... | |
struct | b2BodyDef |
Enumerations | |
enum | b2BodyType { b2_staticBody = 0, b2_kinematicBody, b2_dynamicBody } |
enum b2BodyType |
The body type. static: zero mass, zero velocity, may be manually moved kinematic: zero mass, non-zero velocity set by user, moved by solver dynamic: positive mass, non-zero velocity determined by forces, moved by solver