Searched defs:connectionPoint (Results 1 – 3 of 3) sorted by relevance
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestRagDoll.java | 99 private PhysicsJoint join(Node A, Node B, Vector3f connectionPoint) { in join()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 148 …public VehicleWheel addWheel(Vector3f connectionPoint, Vector3f direction, Vector3f axle, float su… in addWheel() 163 …public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f … in addWheel()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 161 …public VehicleWheel addWheel(Vector3f connectionPoint, Vector3f direction, Vector3f axle, float su… in addWheel() 176 …public VehicleWheel addWheel(Spatial spat, Vector3f connectionPoint, Vector3f direction, Vector3f … in addWheel()
|