Home
last modified time | relevance | path

Searched defs:m_localAnchorA (Results 1 – 18 of 18) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2FrictionJoint.h95 b2Vec2 m_localAnchorA; variable
Db2RopeJoint.h92 b2Vec2 m_localAnchorA; variable
Db2PulleyJoint.h130 b2Vec2 m_localAnchorA; variable
Db2WeldJoint.h106 b2Vec2 m_localAnchorA; variable
Db2DistanceJoint.h118 b2Vec2 m_localAnchorA; variable
Db2GearJoint.h99 b2Vec2 m_localAnchorA; variable
Db2RevoluteJoint.h169 b2Vec2 m_localAnchorA; variable
Db2WheelJoint.h148 b2Vec2 m_localAnchorA; variable
Db2PrismaticJoint.h160 b2Vec2 m_localAnchorA; variable
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
DFrictionJoint.java41 private final Vec2 m_localAnchorA; field in FrictionJoint
DRopeJoint.java21 private final Vec2 m_localAnchorA = new Vec2(); field in RopeJoint
DDistanceJoint.java74 private final Vec2 m_localAnchorA; field in DistanceJoint
DWeldJoint.java65 private final Vec2 m_localAnchorA; field in WeldJoint
DPulleyJoint.java55 private final Vec2 m_localAnchorA = new Vec2(); field in PulleyJoint
DRevoluteJoint.java62 protected final Vec2 m_localAnchorA = new Vec2(); field in RevoluteJoint
DWheelJoint.java64 private final Vec2 m_localAnchorA = new Vec2(); field in WheelJoint
DGearJoint.java81 private final Vec2 m_localAnchorA = new Vec2(); field in GearJoint
DPrismaticJoint.java114 protected final Vec2 m_localAnchorA; field in PrismaticJoint