public class ViewpointInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
azimuth
Azimuth value
|
double |
tilt
Tilt value
|
Constructor and Description |
---|
ViewpointInfo()
Default constructor
|
ViewpointInfo(double azimuth,
double tilt)
Construct class to hold angle of view settings from the
dialog box ViewpointDialog class.
|
Modifier and Type | Method and Description |
---|---|
double |
getAzimuth()
Get the Azimuth property.
|
double |
getTilt()
Get the Tilt property.
|
void |
setAzimuth(double value)
Set the Azimuth property.
|
void |
setTilt(double value)
Set the Tilt property.
|
public ViewpointInfo()
public ViewpointInfo(double azimuth, double tilt)
azimuth
- angle of line of view, from north, clockwise,
0 to 360 degrees.tilt
- angle down from overhead, 0 to 180 degrees; looking
straight down is 0, sideways is 90, straight up is 180.public void setAzimuth(double value)
value
- The new value for Azimuthpublic double getAzimuth()
public void setTilt(double value)
value
- The new value for Tiltpublic double getTilt()