Home
last modified time | relevance | path

Searched defs:setCcdSweptSphereRadius (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java251 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsGhostObject
255 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsGhostObject
DPhysicsCharacter.java241 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsCharacter
245 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsCharacter
DPhysicsRigidBody.java273 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsRigidBody
277 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsRigidBody
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java244 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsGhostObject
DPhysicsCharacter.java222 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsCharacter
DPhysicsRigidBody.java284 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsRigidBody
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java821 public void setCcdSweptSphereRadius(float value) { in setCcdSweptSphereRadius() method in KinematicRagdollControl