| 
 | 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.PositionData
public class PositionData
A single set of position data from the keyframe tracking.
Positions are described as a location in 3-space.
The data represented is
     struct {
        int framenum
        short splineInfo
        float x
        float y
        float z
     }
 
 For this implementation, the unknown values are ignored and not stored.
| Field Summary | |
|---|---|
|  float | xThe x axis value | 
|  float | yThe y axis value | 
|  float | zThe z axis value | 
| Fields inherited from class org.j3d.loaders.discreet.TrackData | 
|---|
| frameNumber, splineData, splineFlags | 
| Constructor Summary | |
|---|---|
| PositionData() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public float x
public float y
public float z
| Constructor Detail | 
|---|
public PositionData()
| 
 | j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||