mri.v3ds
Class RotationKey3ds

java.lang.Object
  extended by mri.v3ds.SplineKey3ds
      extended by mri.v3ds.RotationKey3ds

public class RotationKey3ds
extends SplineKey3ds

Rotation key used by the RotationTrack3ds class. The rotation key extends the SplineKey3ds with the A, X, Y, Z parameters, the angular displacement. A is the rotation angle and X,Y,Z is the rotation axis. To be useful for interpolation, the keys must be converted into quaternions.


Field Summary
 float A
          Rotartion angle.
 float X
          X component of rotation axis.
 float Y
          Y component of rotation axis.
 float Z
          Z component of rotation axis.
 
Fields inherited from class mri.v3ds.SplineKey3ds
Bias, Continuity, EaseFrom, EaseTo, Frame, Tension
 
Constructor Summary
RotationKey3ds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public float A
Rotartion angle.


X

public float X
X component of rotation axis.


Y

public float Y
Y component of rotation axis.


Z

public float Z
Z component of rotation axis.

Constructor Detail

RotationKey3ds

public RotationKey3ds()