b2Body class | b2Fixture | [friend] |
b2Contact class | b2Fixture | [friend] |
b2ContactManager class | b2Fixture | [friend] |
b2Fixture() | b2Fixture | [protected] |
b2World class | b2Fixture | [friend] |
Create(b2BlockAllocator *allocator, b2Body *body, const b2FixtureDef *def) | b2Fixture | [protected] |
CreateProxy(b2BroadPhase *broadPhase, const b2Transform &xf) | b2Fixture | [protected] |
Destroy(b2BlockAllocator *allocator) | b2Fixture | [protected] |
DestroyProxy(b2BroadPhase *broadPhase) | b2Fixture | [protected] |
GetAABB() const | b2Fixture | [inline] |
GetBody() | b2Fixture | [inline] |
GetBody() const | b2Fixture | [inline] |
GetDensity() const | b2Fixture | [inline] |
GetFilterData() const | b2Fixture | [inline] |
GetFriction() const | b2Fixture | [inline] |
GetMassData(b2MassData *massData) const | b2Fixture | [inline] |
GetNext() | b2Fixture | [inline] |
GetNext() const | b2Fixture | [inline] |
GetRestitution() const | b2Fixture | [inline] |
GetShape() | b2Fixture | [inline] |
GetShape() const | b2Fixture | [inline] |
GetType() const | b2Fixture | [inline] |
GetUserData() const | b2Fixture | [inline] |
IsSensor() const | b2Fixture | [inline] |
m_aabb | b2Fixture | [protected] |
m_body | b2Fixture | [protected] |
m_density | b2Fixture | [protected] |
m_filter | b2Fixture | [protected] |
m_friction | b2Fixture | [protected] |
m_isSensor | b2Fixture | [protected] |
m_next | b2Fixture | [protected] |
m_proxyId | b2Fixture | [protected] |
m_restitution | b2Fixture | [protected] |
m_shape | b2Fixture | [protected] |
m_userData | b2Fixture | [protected] |
RayCast(b2RayCastOutput *output, const b2RayCastInput &input) const | b2Fixture | [inline] |
SetDensity(float32 density) | b2Fixture | [inline] |
SetFilterData(const b2Filter &filter) | b2Fixture | |
SetFriction(float32 friction) | b2Fixture | [inline] |
SetRestitution(float32 restitution) | b2Fixture | [inline] |
SetSensor(bool sensor) | b2Fixture | |
SetUserData(void *data) | b2Fixture | [inline] |
Synchronize(b2BroadPhase *broadPhase, const b2Transform &xf1, const b2Transform &xf2) | b2Fixture | [protected] |
TestPoint(const b2Vec2 &p) const | b2Fixture | [inline] |
~b2Fixture() | b2Fixture | [protected] |