Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java263 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()
DPhysicsCharacter.java253 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()
DPhysicsRigidBody.java290 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/
DPhysicsCharacter.java230 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsCharacter
231 return gObject.getCcdSweptSphereRadius(); in getCcdSweptSphereRadius()
270 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
DPhysicsGhostObject.java252 public float getCcdSweptSphereRadius() { in getCcdSweptSphereRadius() method in PhysicsGhostObject
253 return gObject.getCcdSweptSphereRadius(); in getCcdSweptSphereRadius()
271 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0); in write()
DPhysicsRigidBody.java297 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/
DGhostControl.java72 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DCharacterControl.java66 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DRigidBodyControl.java70 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DVehicleControl.java90 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp276 return ghost->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdSweptSphereRadius()
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp335 return ghost->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdSweptSphereRadius()
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp267 return body->getCcdSweptSphereRadius(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getCcdSweptSphereRadius()