ObserverPoint
Contents
[
Hide
]ObserverPoint class
Constructors
| Constructor | 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. |
Methods
| Method | Description |
|---|---|
| getAngleRotateX() | Gets or sets the angle rotate x. |
| setAngleRotateX(float value) | Gets or sets the angle rotate x. |
| getAngleRotateY() | Gets or sets the angle rotate y. |
| setAngleRotateY(float value) | Gets or sets the angle rotate y. |
| getAngleRotateZ() | Gets or sets the angle rotate z. |
| setAngleRotateZ(float value) | Gets or sets the angle rotate z. |
ObserverPoint()
public ObserverPoint()
Initializes a new instance of the ObserverPoint class with default rotation angles.
ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
public ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
Initializes a new instance of the ObserverPoint class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| angleRotateX | float | The angle rotate x. |
| angleRotateY | float | The angle rotate y. |
| angleRotateZ | float | The angle rotate z. |
getAngleRotateX()
public final float getAngleRotateX()
Gets or sets the angle rotate x.
Returns: float - The angle rotate x.
setAngleRotateX(float value)
public final void setAngleRotateX(float value)
Gets or sets the angle rotate x.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float | The angle rotate x. |
getAngleRotateY()
public final float getAngleRotateY()
Gets or sets the angle rotate y.
Returns: float - The angle rotate y.
setAngleRotateY(float value)
public final void setAngleRotateY(float value)
Gets or sets the angle rotate y.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float | The angle rotate y. |
getAngleRotateZ()
public final float getAngleRotateZ()
Gets or sets the angle rotate z.
Returns: float - The angle rotate z.
setAngleRotateZ(float value)
public final void setAngleRotateZ(float value)
Gets or sets the angle rotate z.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float | The angle rotate z. |