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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java253 public float getCcdSweptSphereRadius() { method in class:PhysicsCharacter
254 return getCcdSweptSphereRadius(objectId);
257 private native float getCcdSweptSphereRadius(long objectId); method in class:PhysicsCharacter
292 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);
H A DPhysicsGhostObject.java263 public float getCcdSweptSphereRadius() { method in class:PhysicsGhostObject
264 return getCcdSweptSphereRadius(objectId);
267 private native float getCcdSweptSphereRadius(long objectId); method in class:PhysicsGhostObject
288 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);
H A DPhysicsRigidBody.java290 public float getCcdSweptSphereRadius() { method in class:PhysicsRigidBody
291 return getCcdSweptSphereRadius(objectId);
294 private native float getCcdSweptSphereRadius(long objectId); method in class:PhysicsRigidBody
720 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java230 public float getCcdSweptSphereRadius() { method in class:PhysicsCharacter
231 return gObject.getCcdSweptSphereRadius();
270 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);
H A DPhysicsGhostObject.java252 public float getCcdSweptSphereRadius() { method in class:PhysicsGhostObject
253 return gObject.getCcdSweptSphereRadius();
271 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);
H A DPhysicsRigidBody.java297 public float getCcdSweptSphereRadius() { method in class:PhysicsRigidBody
298 return rBody.getCcdSweptSphereRadius();
671 capsule.write(getCcdSweptSphereRadius(), "ccdSweptSphereRadius", 0);

Completed in 24 milliseconds