|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
x
The x axis value |
float |
y
The y axis value |
float |
z
The 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 |