public class ObserverPoint extends Object
ObserverPoint class
Constructor and Description |
---|
ObserverPoint()
Initializes a new instance of the
ObserverPoint class with default rotation angles. |
ObserverPoint(float angleRotateX,
float angleRotateY,
float angleRotateZ)
Initializes a new instance of the
ObserverPoint class. |
Modifier and Type | Method and Description |
---|---|
float |
getAngleRotateX()
Gets or sets the angle rotate x.
|
float |
getAngleRotateY()
Gets or sets the angle rotate y.
|
float |
getAngleRotateZ()
Gets or sets the angle rotate z.
|
void |
setAngleRotateX(float value)
Gets or sets the angle rotate x.
|
void |
setAngleRotateY(float value)
Gets or sets the angle rotate y.
|
void |
setAngleRotateZ(float value)
Gets or sets the angle rotate z.
|
public ObserverPoint()
Initializes a new instance of the ObserverPoint
class with default rotation angles.
public ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
Initializes a new instance of the ObserverPoint
class.
angleRotateX
- The angle rotate x.angleRotateY
- The angle rotate y.angleRotateZ
- The angle rotate z.public final float getAngleRotateX()
Gets or sets the angle rotate x.
public final void setAngleRotateX(float value)
Gets or sets the angle rotate x.
value
- The angle rotate x.public final float getAngleRotateY()
Gets or sets the angle rotate y.
public final void setAngleRotateY(float value)
Gets or sets the angle rotate y.
value
- The angle rotate y.public final float getAngleRotateZ()
Gets or sets the angle rotate z.
public final void setAngleRotateZ(float value)
Gets or sets the angle rotate z.
value
- The angle rotate z.