org.xith3d.utility.camera.flight
Class CameraFlight.InterpolationPoint

java.lang.Object
  extended by org.xith3d.utility.camera.flight.CameraFlight.InterpolationPoint
Enclosing class:
CameraFlight

public class CameraFlight.InterpolationPoint
extends java.lang.Object


Field Summary
 float deltaTime
           
 org.openmali.vecmath2.Point3f pos
           
 org.openmali.vecmath2.Matrix3f rot
           
 
Constructor Summary
CameraFlight.InterpolationPoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rot

public org.openmali.vecmath2.Matrix3f rot

pos

public org.openmali.vecmath2.Point3f pos

deltaTime

public float deltaTime
Constructor Detail

CameraFlight.InterpolationPoint

public CameraFlight.InterpolationPoint()