Searched refs:getWorldRotation (Results 1 - 17 of 17) 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/control/
H A DCameraControl.java113 camera.setRotation(spatial.getWorldRotation());
124 Quaternion worldDiff = vars.quat1.set(camera.getRotation()).subtractLocal(spatial.getWorldRotation());
H A DBillboardControl.java198 rot = parent.getWorldRotation().inverse().multLocal(rot);
217 spatial.getParent().getWorldRotation().mult(look, left); // coopt left for our own
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DGhostControl.java66 return spatial.getWorldRotation();
133 debugShape.setLocalRotation(spatial.getWorldRotation());
H A DRigidBodyControl.java198 return spatial.getWorldRotation();
219 debugShape.setLocalRotation(spatial.getWorldRotation());
H A DVehicleControl.java81 return spatial.getWorldRotation();
196 debugShape.setLocalRotation(spatial.getWorldRotation());
H A DCharacterControl.java139 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
H A DKinematicRagdollControl.java183 tmpRot2.set(targetModel.getWorldRotation()).inverseLocal().mult(tmpRot1, tmpRot1);
278 targetModel.getWorldRotation().mult(tmpRot1, tmpRot1);
726 q3.set(targetModel.getWorldRotation()).inverseLocal().mult(q2, q2);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java108 setPhysicsRotation(spatial.getWorldRotation().toRotationMatrix());
184 debugShape.setLocalRotation(motionState.getWorldRotation());
H A DTestHoveringTank.java165 Quaternion rot = spaceCraft.getWorldRotation();
222 Quaternion rot = spaceCraft.getWorldRotation();
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DRotationTrack.java81 startRotation.set(spatial.getWorldRotation());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java108 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
111 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(localRotationQuat, localRotationQuat);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java104 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
107 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(localRotationQuat, localRotationQuat);
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DSceneLoader.java382 Quaternion q = node.getWorldRotation();
396 Quaternion q = node.getWorldRotation();
/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());
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java1081 inverseRotation = this.getWorldRotation().toRotationMatrix(vars.tempMat3).invertLocal();

Completed in 357 milliseconds