|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.SplineKey3ds
mri.v3ds.RotationKey3ds
public class RotationKey3ds
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 |
|---|
public float A
public float X
public float Y
public float Z
| Constructor Detail |
|---|
public RotationKey3ds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||