vae_projectManager
Class ViewPointProperties

java.lang.Object
  extended by vae_projectManager.ViewPointProperties
All Implemented Interfaces:
java.io.Serializable

public class ViewPointProperties
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  double pitchAngle
           
(package private)  double turnAngle
           
(package private)  libs_VAE.Point3D viewPointLocation
           
 
Constructor Summary
ViewPointProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewPointLocation

libs_VAE.Point3D viewPointLocation

pitchAngle

double pitchAngle

turnAngle

double turnAngle
Constructor Detail

ViewPointProperties

public ViewPointProperties()