Searched defs:joints (Results 1 – 8 of 8) sorted by relevance
39 ArrayList<DistanceJoint> joints; field in ConstantVolumeJointDef
97 vpx_prob joints[MV_JOINTS - 1]; member123 unsigned int joints[MV_JOINTS]; member
55 …ObjectMap<org.jbox2d.dynamics.joints.Joint, Joint> joints = new ObjectMap<org.jbox2d.dynamics.join… field in World320 public void getJoints (Array<Joint> joints) { in getJoints()
50 private final static Array<Joint> joints = new Array<Joint>(); field in Box2DDebugRenderer
33 final Array<JointEdge> joints = new Array<JointEdge>(); field in Body
46 private final static Array<Joint> joints = new Array<Joint>(); field in Box2DDebugRenderer
216 protected final LongMap<Joint> joints = new LongMap<Joint>(100); field in World930 public void getJoints (Array<Joint> joints) { in getJoints()
44 protected Array<JointEdge> joints = new Array<JointEdge>(2); field in Body