Home
last modified time | relevance | path

Searched refs:getLocalRotation (Results 1 – 18 of 18) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java161 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
169 Transform poseTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
173 … Transform parentLocalTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in getTransform()
237 Quaternion parentLocalRotation = bone.getLocalRotation().mult(transform.getRotation()); in applyTransform()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DCalculationBone.java105 rotations[frame].set(this.getLocalRotation()); in rotate()
126 return bone.getName() + ": " + this.getLocalRotation() + " " + this.getLocalTranslation(); in toString()
DBoneContext.java147 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in computePoseTransform()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestRagdollCharacter.java219 model.move(model.getLocalRotation().multLocal(new Vector3f(0,0,1)).multLocal(tpf)); in simpleUpdate()
221 model.move(model.getLocalRotation().multLocal(new Vector3f(0,0,1)).multLocal(-tpf)); in simpleUpdate()
DTestBoneRagdoll.java155 model.getLocalRotation().toAngles(angles); in simpleInitApp()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java70 Quaternion localRotationQuat = spatial.getLocalRotation(); in applyTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DDebugShapeFactory.java85 tempRot.set(geometry.getLocalRotation()); in getDebugShape()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DCameraControl.java125 spatial.setLocalRotation(worldDiff.addLocal(spatial.getLocalRotation())); in controlUpdate()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DGhostControl.java64 return spatial.getLocalRotation(); in getSpatialRotation()
DCharacterControl.java133 Quaternion localRotationQuat = spatial.getLocalRotation(); in update()
DRigidBodyControl.java196 return spatial.getLocalRotation(); in getSpatialRotation()
DVehicleControl.java79 return spatial.getLocalRotation(); in getSpatialRotation()
DKinematicRagdollControl.java311 Quaternion initRotation = model.getLocalRotation().clone(); in setSpatial()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DDebugShapeFactory.java95 tempRot.set(geometry.getLocalRotation()); in getDebugShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java99 Quaternion localRotationQuat = wheelSpatial.getLocalRotation(); in applyWheelTransform()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java103 Quaternion localRotationQuat = wheelSpatial.getLocalRotation(); in applyWheelTransform()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java413 getLocalRotation().lookAt(compVecA, upVector); in lookAt()
781 public Quaternion getLocalRotation() { in getLocalRotation() method in Spatial
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DBone.java187 public Quaternion getLocalRotation() { in getLocalRotation() method in Bone