org.vrspace.server
Class Waypoint

java.lang.Object
  extended byorg.vrspace.server.Waypoint

public class Waypoint
extends java.lang.Object

Waypoint contains translation and rotation of a traveler, and time needed to reach it.


Field Summary
 float azimuth
           
 float elevation
           
 float tilt
           
 float time
           
 float x
           
 float y
           
 float z
           
 
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
 

Field Detail

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
Constructor Detail

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