nullarbor.camera
Class StaticPath

public class StaticPath
implements nullarbor.camera.CameraPath
Constructor Detail

StaticPath

public StaticPath(javax.vecmath.Point3d point)
Creates a stationary camera path.
Parameters:
point - the static position of this path.

Method Detail

getPoint

public javax.vecmath.Point3d getPoint(double t)
Gets the static position of this path.
Parameters:
t - double time
Returns:
Point3d