j3d.org Code

org.j3d.loaders.discreet
Class PositionData

java.lang.Object
  extended by org.j3d.loaders.discreet.TrackData
      extended by org.j3d.loaders.discreet.PositionData

public class PositionData
extends TrackData

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.

Version:
$Revision: 1.1 $
Author:
Justin Couch

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

x

public float x
The x axis value


y

public float y
The y axis value


z

public float z
The z axis value

Constructor Detail

PositionData

public PositionData()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org