mri.v3ds
Class PKey3ds

java.lang.Object
  extended by mri.v3ds.SplineKey3ds
      extended by mri.v3ds.PKey3ds

public class PKey3ds
extends SplineKey3ds

P-key used by the PTrack3ds class for FOV and Roll. The P-key extends the SplineKey3ds with the P parammeter. P is just an arbitrary name of the single float value that is carried in the key. It is used either for the FOV or Roll tracks used in the Camera3ds class.


Field Summary
 float P
          FOV or Roll value.
 
Fields inherited from class mri.v3ds.SplineKey3ds
Bias, Continuity, EaseFrom, EaseTo, Frame, Tension
 
Constructor Summary
PKey3ds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P

public float P
FOV or Roll value.

Constructor Detail

PKey3ds

public PKey3ds()