Searched defs:m_localAnchorB (Results 1 - 20 of 20) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
H A Db2FrictionJoint.h68 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
96 b2Vec2 m_localAnchorB; member in class:b2FrictionJoint
H A Db2MouseJoint.h107 b2Vec2 m_localAnchorB; member in class:b2MouseJoint
H A Db2DistanceJoint.h86 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
119 b2Vec2 m_localAnchorB; member in class:b2DistanceJoint
H A Db2PulleyJoint.h131 b2Vec2 m_localAnchorB; member in class:b2PulleyJoint
H A Db2RopeJoint.h71 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
93 b2Vec2 m_localAnchorB; member in class:b2RopeJoint
H A Db2WeldJoint.h75 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
107 b2Vec2 m_localAnchorB; member in class:b2WeldJoint
H A Db2GearJoint.h100 b2Vec2 m_localAnchorB; member in class:b2GearJoint
H A Db2PrismaticJoint.h99 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
161 b2Vec2 m_localAnchorB; member in class:b2PrismaticJoint
H A Db2RevoluteJoint.h100 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
170 b2Vec2 m_localAnchorB; member in class:b2RevoluteJoint
H A Db2WheelJoint.h94 const b2Vec2& GetLocalAnchorB() const { return m_localAnchorB; }
149 b2Vec2 m_localAnchorB; member in class:b2WheelJoint
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
H A DDistanceJoint.java75 private final Vec2 m_localAnchorB; field in class:DistanceJoint
97 m_localAnchorB = def.localAnchorB.clone();
137 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
145 return m_localAnchorB;
196 Rot.mulToOutUnsafe(qB, m_u.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
327 Rot.mulToOutUnsafe(qB, u.set(m_localAnchorB).subLocal(m_localCenterB), rB);
H A DFrictionJoint.java42 private final Vec2 m_localAnchorB; field in class:FrictionJoint
67 m_localAnchorB = new Vec2(def.localAnchorB);
81 return m_localAnchorB;
91 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
154 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
H A DGearJoint.java82 private final Vec2 m_localAnchorB = new Vec2(); field in class:GearJoint
135 m_localAnchorA.set(revolute.m_localAnchorB);
145 m_localAnchorA.set(prismatic.m_localAnchorB);
169 m_localAnchorB.set(revolute.m_localAnchorB);
179 m_localAnchorB.set(prismatic.m_localAnchorB);
184 Rot.mulToOutUnsafe(xfB.q, m_localAnchorB, temp);
205 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
305 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB)
[all...]
H A DMouseJoint.java45 private final Vec2 m_localAnchorB = new Vec2(); field in class:MouseJoint
73 Transform.mulTransToOutUnsafe(m_bodyB.getTransform(), m_targetA, m_localAnchorB);
92 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
185 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
H A DPulleyJoint.java56 private final Vec2 m_localAnchorB = new Vec2(); field in class:PulleyJoint
81 m_localAnchorB.set(def.localAnchorB);
112 m_bodyB.getWorldPointToOut(m_localAnchorB, p);
125 return m_localAnchorB;
136 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
169 m_bodyB.getWorldPointToOut(m_localAnchorB, p);
211 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
335 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);
H A DRevoluteJoint.java63 protected final Vec2 m_localAnchorB = new Vec2(); field in class:RevoluteJoint
94 m_localAnchorB.set(def.localAnchorB);
137 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
409 Rot.mulToOutUnsafe(qB, C.set(m_localAnchorB).subLocal(m_localCenterB), rB);
450 return m_localAnchorB;
464 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
H A DRopeJoint.java22 private final Vec2 m_localAnchorB = new Vec2(); field in class:RopeJoint
45 m_localAnchorB.set(def.localAnchorB);
85 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
206 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);
243 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
261 return m_localAnchorB;
H A DWeldJoint.java66 private final Vec2 m_localAnchorB; field in class:WeldJoint
88 m_localAnchorB = new Vec2(def.localAnchorB);
106 return m_localAnchorB;
132 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
176 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), m_rB);
356 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);
H A DPrismaticJoint.java115 protected final Vec2 m_localAnchorB; field in class:PrismaticJoint
147 m_localAnchorB = new Vec2(def.localAnchorB);
176 return m_localAnchorB;
186 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
222 temp.set(m_localAnchorB).subLocal(bB.m_sweep.localCenter);
252 m_bodyB.getWorldPointToOut(m_localAnchorB, pB);
424 Rot.mulToOutUnsafe(qB, d.set(m_localAnchorB).subLocal(m_localCenterB), rB);
692 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);
H A DWheelJoint.java65 private final Vec2 m_localAnchorB = new Vec2(); field in class:WheelJoint
102 m_localAnchorB.set(def.localAnchorB);
123 return m_localAnchorB;
133 m_bodyB.getWorldPointToOut(m_localAnchorB, argOut);
263 Rot.mulToOutUnsafe(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);
456 Rot.mulToOut(qB, temp.set(m_localAnchorB).subLocal(m_localCenterB), rB);

Completed in 338 milliseconds