Searched refs:getLocalRotation (Results 1 – 18 of 18) sorted by relevance
161 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()
105 rotations[frame].set(this.getLocalRotation()); in rotate()126 return bone.getName() + ": " + this.getLocalRotation() + " " + this.getLocalTranslation(); in toString()
147 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation()); in computePoseTransform()
219 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()
155 model.getLocalRotation().toAngles(angles); in simpleInitApp()
70 Quaternion localRotationQuat = spatial.getLocalRotation(); in applyTransform()
85 tempRot.set(geometry.getLocalRotation()); in getDebugShape()
125 spatial.setLocalRotation(worldDiff.addLocal(spatial.getLocalRotation())); in controlUpdate()
64 return spatial.getLocalRotation(); in getSpatialRotation()
133 Quaternion localRotationQuat = spatial.getLocalRotation(); in update()
196 return spatial.getLocalRotation(); in getSpatialRotation()
79 return spatial.getLocalRotation(); in getSpatialRotation()
311 Quaternion initRotation = model.getLocalRotation().clone(); in setSpatial()
95 tempRot.set(geometry.getLocalRotation()); in getDebugShape()
99 Quaternion localRotationQuat = wheelSpatial.getLocalRotation(); in applyWheelTransform()
103 Quaternion localRotationQuat = wheelSpatial.getLocalRotation(); in applyWheelTransform()
413 getLocalRotation().lookAt(compVecA, upVector); in lookAt()781 public Quaternion getLocalRotation() { in getLocalRotation() method in Spatial
187 public Quaternion getLocalRotation() { in getLocalRotation() method in Bone