|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--mri.v3ds.SplineKey3ds
|
+--mri.v3ds.RotationKey3ds
Rotation key used by the RotationTrack3ds class.
The morph 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()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public float A
public float X
public float Y
public float Z
| Constructor Detail |
public RotationKey3ds()
|
mri.v3ds v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||