|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.loaders.discreet.TrackData
org.j3d.loaders.discreet.RotationData
public class RotationData
A single set of rotation data from the keyframe tracking.
Rotations are described as an axis-angle setup.
The data represented is
struct {
short framenum
int unknown
float rotation in radians
float axis_x
float axis_y
float axis_z
}
For this implementation, the unknown values are ignored and not stored.
| Field Summary | |
|---|---|
float |
rotation
The rotation value in radians |
float |
xAxis
The x axis value |
float |
yAxis
The y axis value |
float |
zAxis
The z axis value |
| Fields inherited from class org.j3d.loaders.discreet.TrackData |
|---|
frameNumber, splineData, splineFlags |
| Constructor Summary | |
|---|---|
RotationData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float rotation
public float xAxis
public float yAxis
public float zAxis
| Constructor Detail |
|---|
public RotationData()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||