Searched defs:getWorldRotation (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java78 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
112 public Matrix3f getWorldRotation() { method in class:RigidBodyMotionState
113 getWorldRotation(motionStateId, worldRotation);
117 private native void getWorldRotation(long stateId, Matrix3f vec); method in class:RigidBodyMotionState
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java112 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
115 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().mult(localRotationQuat, localRotationQuat);
137 public Matrix3f getWorldRotation() { method in class:RigidBodyMotionState
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java315 * <code>getWorldRotation</code> retrieves the absolute rotation of the
320 public Quaternion getWorldRotation() { method in class:Spatial
1451 store.multLocal(getWorldRotation());

Completed in 197 milliseconds