Searched defs:getPhysicsRotation (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java152 public Quaternion getPhysicsRotation(Quaternion rot) { method in class:PhysicsGhostObject
156 getPhysicsRotation(objectId, rot);
160 private native void getPhysicsRotation(long objectId, Quaternion rot); method in class:PhysicsGhostObject
187 public Quaternion getPhysicsRotation() { method in class:PhysicsGhostObject
189 getPhysicsRotation(objectId, quat);
H A DPhysicsRigidBody.java186 public Quaternion getPhysicsRotation(Quaternion rot) { method in class:PhysicsRigidBody
190 getPhysicsRotation(objectId, rot);
194 private native void getPhysicsRotation(long objectId, Quaternion rot); method in class:PhysicsRigidBody
221 public Quaternion getPhysicsRotation() { method in class:PhysicsRigidBody
223 getPhysicsRotation(objectId, quat);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java155 public Quaternion getPhysicsRotation(Quaternion rot) { method in class:PhysicsGhostObject
188 public Quaternion getPhysicsRotation() { method in class:PhysicsGhostObject
H A DPhysicsRigidBody.java223 public Quaternion getPhysicsRotation(){ method in class:PhysicsRigidBody
224 return getPhysicsRotation(null);
231 public Quaternion getPhysicsRotation(Quaternion rotation){ method in class:PhysicsRigidBody

Completed in 48 milliseconds