Home
last modified time | relevance | path

Searched refs:getCcdMotionThreshold (Results 1 – 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java269 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsGhostObject
270 return getCcdMotionThreshold(objectId); in getCcdMotionThreshold()
273 private native float getCcdMotionThreshold(long objectId); in getCcdMotionThreshold() method in PhysicsGhostObject
287 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
DPhysicsCharacter.java259 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsCharacter
260 return getCcdMotionThreshold(objectId); in getCcdMotionThreshold()
263 private native float getCcdMotionThreshold(long objectId); in getCcdMotionThreshold() method in PhysicsCharacter
291 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
DPhysicsRigidBody.java296 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsRigidBody
297 return getCcdMotionThreshold(objectId); in getCcdMotionThreshold()
300 private native float getCcdMotionThreshold(long objectId); in getCcdMotionThreshold() method in PhysicsRigidBody
719 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsCharacter.java234 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsCharacter
235 return gObject.getCcdMotionThreshold(); in getCcdMotionThreshold()
269 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
DPhysicsGhostObject.java256 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsGhostObject
257 return gObject.getCcdMotionThreshold(); in getCcdMotionThreshold()
270 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
DPhysicsRigidBody.java301 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsRigidBody
302 return rBody.getCcdMotionThreshold(); in getCcdMotionThreshold()
670 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DGhostControl.java71 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
DCharacterControl.java65 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
DRigidBodyControl.java69 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
DVehicleControl.java89 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp292 return ghost->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdMotionThreshold()
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp351 return ghost->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdMotionThreshold()
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp283 return body->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getCcdMotionThreshold()