public class PerspectiveCamera extends Object
Java class for PerspectiveCamera complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerspectiveCamera">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CameraViewPoint" type="{}Point"/>
<element name="CameraDirection" type="{}Direction"/>
<element name="CameraUpVector" type="{}Direction"/>
<element name="FieldOfView" type="{}FieldOfView"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
cameraDirection |
protected Direction |
cameraUpVector |
protected Point |
cameraViewPoint |
protected double |
fieldOfView |
| Constructor and Description |
|---|
PerspectiveCamera() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getCameraDirection()
Gets the value of the cameraDirection property.
|
Direction |
getCameraUpVector()
Gets the value of the cameraUpVector property.
|
Point |
getCameraViewPoint()
Gets the value of the cameraViewPoint property.
|
double |
getFieldOfView()
Gets the value of the fieldOfView property.
|
void |
setCameraDirection(Direction value)
Sets the value of the cameraDirection property.
|
void |
setCameraUpVector(Direction value)
Sets the value of the cameraUpVector property.
|
void |
setCameraViewPoint(Point value)
Sets the value of the cameraViewPoint property.
|
void |
setFieldOfView(double value)
Sets the value of the fieldOfView property.
|
protected Point cameraViewPoint
protected Direction cameraDirection
protected Direction cameraUpVector
protected double fieldOfView
public Point getCameraViewPoint()
Pointpublic void setCameraViewPoint(Point value)
value - allowed object is
Pointpublic Direction getCameraDirection()
Directionpublic void setCameraDirection(Direction value)
value - allowed object is
Directionpublic Direction getCameraUpVector()
Directionpublic void setCameraUpVector(Direction value)
value - allowed object is
Directionpublic double getFieldOfView()
public void setFieldOfView(double value)
Copyright © 2016 OpenSource BIM. All rights reserved.