Home
last modified time | relevance | path

Searched refs:inverseLocal (Results 1 – 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java112 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform()
115 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().mult(localRota… in applyTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java108 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform()
111 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java104 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform()
107 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java78 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java183 tmpRot2.set(targetModel.getWorldRotation()).inverseLocal().mult(tmpRot1, tmpRot1); in update()
192 … modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal()); in update()
726 q3.set(targetModel.getWorldRotation()).inverseLocal().mult(q2, q2); in blendToKinematicMode()
DCharacterControl.java139 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in update()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DBone.java383 worldBindInverseRot.inverseLocal(); in setBindingPose()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java1134 public Quaternion inverseLocal() { in inverseLocal() method in Quaternion