/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 269 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()
|
D | PhysicsCharacter.java | 259 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()
|
D | PhysicsRigidBody.java | 296 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/ |
D | PhysicsCharacter.java | 234 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsCharacter 235 return gObject.getCcdMotionThreshold(); in getCcdMotionThreshold() 269 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
|
D | PhysicsGhostObject.java | 256 public float getCcdMotionThreshold() { in getCcdMotionThreshold() method in PhysicsGhostObject 257 return gObject.getCcdMotionThreshold(); in getCcdMotionThreshold() 270 capsule.write(getCcdMotionThreshold(), "ccdMotionThreshold", 0); in write()
|
D | PhysicsRigidBody.java | 301 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/ |
D | GhostControl.java | 71 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
|
D | CharacterControl.java | 65 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
|
D | RigidBodyControl.java | 69 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
|
D | VehicleControl.java | 89 control.setCcdMotionThreshold(getCcdMotionThreshold()); in cloneForSpatial()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_objects_PhysicsGhostObject.cpp | 292 return ghost->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdMotionThreshold()
|
D | com_jme3_bullet_objects_PhysicsCharacter.cpp | 351 return ghost->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdMotionThreshold()
|
D | com_jme3_bullet_objects_PhysicsRigidBody.cpp | 283 return body->getCcdMotionThreshold(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getCcdMotionThreshold()
|