Searched defs:getCcdSquareMotionThreshold (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java265 public float getCcdSquareMotionThreshold() { method in class:PhysicsCharacter
266 return getCcdSquareMotionThreshold(objectId);
269 private native float getCcdSquareMotionThreshold(long objectId); method in class:PhysicsCharacter
H A DPhysicsGhostObject.java275 public float getCcdSquareMotionThreshold() { method in class:PhysicsGhostObject
276 return getCcdSquareMotionThreshold(objectId);
279 private native float getCcdSquareMotionThreshold(long objectId); method in class:PhysicsGhostObject
H A DPhysicsRigidBody.java302 public float getCcdSquareMotionThreshold() { method in class:PhysicsRigidBody
303 return getCcdSquareMotionThreshold(objectId);
306 private native float getCcdSquareMotionThreshold(long objectId); method in class:PhysicsRigidBody
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java238 public float getCcdSquareMotionThreshold() { method in class:PhysicsCharacter
239 return gObject.getCcdSquareMotionThreshold();
H A DPhysicsGhostObject.java260 public float getCcdSquareMotionThreshold() { method in class:PhysicsGhostObject
261 return gObject.getCcdSquareMotionThreshold();
H A DPhysicsRigidBody.java305 public float getCcdSquareMotionThreshold() { method in class:PhysicsRigidBody
306 return rBody.getCcdSquareMotionThreshold();

Completed in 114 milliseconds