org.vrspace.server
Class Waypoint
java.lang.Object
org.vrspace.server.Waypoint
- public class Waypoint
- extends java.lang.Object
Waypoint contains translation and rotation of a traveler, and time
needed to reach it.
Constructor Summary |
Waypoint()
|
Waypoint(float x,
float y,
float z)
|
Waypoint(float x,
float y,
float z,
float time)
|
Waypoint(float x,
float y,
float z,
float azimuth,
float elevation,
float tilt,
float time)
Convinience constructor - uses Euler angles to represent rotation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
y
public float y
z
public float z
azimuth
public float azimuth
elevation
public float elevation
tilt
public float tilt
time
public float time
Waypoint
public Waypoint()
Waypoint
public Waypoint(float x,
float y,
float z)
Waypoint
public Waypoint(float x,
float y,
float z,
float time)
Waypoint
public Waypoint(float x,
float y,
float z,
float azimuth,
float elevation,
float tilt,
float time)
- Convinience constructor - uses Euler angles to represent rotation