Searched defs:Rotation (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListenerParam.java38 Rotation, enum constant in enum:ListenerParam
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java67 Translation, Rotation, Scale; enum constant in enum:AnimationFactory.Type
71 * Inner Rotation type class to kep track on a rotation Euler angle
73 protected class Rotation { class in class:AnimationFactory
88 public Rotation() { method in class:AnimationFactory.Rotation
146 protected Rotation[] keyFramesRotation;
177 keyFramesRotation = new Rotation[totalFrames];
178 keyFramesRotation[0] = new Rotation();
242 Rotation r = getRotationForFrame(keyFrameIndex);
248 * Rotation is expressed by Euler angles values in radians.<br>
263 * Rotation i
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java98 Rotation, enum constant in enum:MotionTrack.Direction
246 case Rotation:
385 * This can be used only if direction Type is Direction.PathAndRotation or Direction.Rotation
387 * With Rotation the rotation of the target will be set with the given Quaternion.

Completed in 77 milliseconds