Searched refs:getCcdSquareMotionThreshold (Results 1 - 9 of 9) 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();
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp297 * Method: getCcdSquareMotionThreshold
308 return ghost->getCcdSquareMotionThreshold();
H A Dcom_jme3_bullet_objects_PhysicsCharacter.cpp356 * Method: getCcdSquareMotionThreshold
367 return ghost->getCcdSquareMotionThreshold();
H A Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp288 * Method: getCcdSquareMotionThreshold
299 return body->getCcdSquareMotionThreshold();

Completed in 123 milliseconds