Home
last modified time | relevance | path

Searched refs:tmp_inverseWorldRotation (Results 1 – 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java61 private Quaternion tmp_inverseWorldRotation = new Quaternion(); field in RigidBodyMotionState
112tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform()
115tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().mult(localRota… in applyTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java52 private Quaternion tmp_inverseWorldRotation = new Quaternion(); field in RigidBodyMotionState
78tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform()
81 tmp_inverseWorldRotation.mult(localRotationQuat, localRotationQuat); in applyTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java67 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in VehicleWheel
108tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform()
111tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
DPhysicsGhostObject.java61 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in PhysicsGhostObject
DPhysicsCharacter.java60 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in PhysicsCharacter
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java67 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in VehicleWheel
104tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform()
107tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
DPhysicsCharacter.java66 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in PhysicsCharacter
DPhysicsGhostObject.java65 protected final Quaternion tmp_inverseWorldRotation = new Quaternion(); field in PhysicsGhostObject
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DCharacterControl.java139tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in update()