/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 263 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsGhostObject 264 return getCcdSweptSphereRadius(objectId); in getCcdSweptSphereRadius() 267 private native float getCcdSweptSphereRadius(long objectId); in getCcdSweptSphereRadius() method in PhysicsGhostObject 288 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
D | PhysicsCharacter.java | 253 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsCharacter 254 return getCcdSweptSphereRadius(objectId); in getCcdSweptSphereRadius() 257 private native float getCcdSweptSphereRadius(long objectId); in getCcdSweptSphereRadius() method in PhysicsCharacter 292 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
D | PhysicsRigidBody.java | 290 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsRigidBody 291 return getCcdSweptSphereRadius(objectId); in getCcdSweptSphereRadius() 294 private native float getCcdSweptSphereRadius(long objectId); in getCcdSweptSphereRadius() method in PhysicsRigidBody 720 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsCharacter.java | 230 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsCharacter 231 return gObject.getCcdSweptSphereRadius(); in getCcdSweptSphereRadius() 270 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
D | PhysicsGhostObject.java | 252 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsGhostObject 253 return gObject.getCcdSweptSphereRadius(); in getCcdSweptSphereRadius() 271 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
D | PhysicsRigidBody.java | 297 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsRigidBody 298 return rBody.getCcdSweptSphereRadius(); in getCcdSweptSphereRadius() 671 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | GhostControl.java | 72 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
|
D | CharacterControl.java | 66 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
|
D | RigidBodyControl.java | 70 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
|
D | VehicleControl.java | 90 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_objects_PhysicsGhostObject.cpp | 276 return ghost->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdSweptSphereRadius()
|
D | com_jme3_bullet_objects_PhysicsCharacter.cpp | 335 return ghost->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdSweptSphereRadius()
|
D | com_jme3_bullet_objects_PhysicsRigidBody.cpp | 267 return body->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getCcdSweptSphereRadius()
|