nullarbor.camera
Class StaticPath
- public class StaticPath
- implements nullarbor.camera.CameraPath
StaticPath
public StaticPath(javax.vecmath.Point3d point)
- Creates a stationary camera path.
- Parameters:
point
- the static position of this path.
getPoint
public javax.vecmath.Point3d getPoint(double t)
- Gets the static position of this path.
- Parameters:
t
- double time
- Returns:
- Point3d