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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java259 public float getCcdMotionThreshold() { method in class:PhysicsCharacter
260 return getCcdMotionThreshold(objectId);
263 private native float getCcdMotionThreshold(long objectId); method in class:PhysicsCharacter
291 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);
H A DPhysicsGhostObject.java269 public float getCcdMotionThreshold() { method in class:PhysicsGhostObject
270 return getCcdMotionThreshold(objectId);
273 private native float getCcdMotionThreshold(long objectId); method in class:PhysicsGhostObject
287 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);
H A DPhysicsRigidBody.java296 public float getCcdMotionThreshold() { method in class:PhysicsRigidBody
297 return getCcdMotionThreshold(objectId);
300 private native float getCcdMotionThreshold(long objectId); method in class:PhysicsRigidBody
719 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java234 public float getCcdMotionThreshold() { method in class:PhysicsCharacter
235 return gObject.getCcdMotionThreshold();
269 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);
H A DPhysicsGhostObject.java256 public float getCcdMotionThreshold() { method in class:PhysicsGhostObject
257 return gObject.getCcdMotionThreshold();
270 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);
H A DPhysicsRigidBody.java301 public float getCcdMotionThreshold() { method in class:PhysicsRigidBody
302 return rBody.getCcdMotionThreshold();
670 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0);

Completed in 355 milliseconds