mri.v3ds
v0.1

mri.v3ds
Class PTrack3ds

java.lang.Object
  |
  +--mri.v3ds.Track3ds
        |
        +--mri.v3ds.PTrack3ds

public class PTrack3ds
extends Track3ds

Class used for FOV or Roll tracks in a camera.


Fields inherited from class mri.v3ds.Track3ds
LOCK_X, LOCK_Y, LOCK_Z, LOOP, REPEAT, SINGLE, UNLINK_X, UNLINK_Y, UNLINK_Z
 
Constructor Summary
PTrack3ds()
           
 
Method Summary
 PKey3ds key(int i)
          Access a specific key.
 int keys()
          Get number of keys.
 PKey3ds[] track()
          Access the track (the whole array of keys).
 
Methods inherited from class mri.v3ds.Track3ds
flags, loopType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTrack3ds

public PTrack3ds()
Method Detail

keys

public int keys()
Get number of keys.
Returns:
number of keys

key

public PKey3ds key(int i)
Access a specific key.
Parameters:
i - index into key array [0 ... keys()-1]
Returns:
the specified key

track

public PKey3ds[] track()
Access the track (the whole array of keys).
Returns:
array of keys

mri.v3ds
v0.1