ObserverPoint

ObserverPoint class

Constructors

ConstructorDescription
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

MethodDescription
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:

ParameterTypeDescription
angleRotateXfloatThe angle rotate x.
angleRotateYfloatThe angle rotate y.
angleRotateZfloatThe 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:

ParameterTypeDescription
valuefloatThe 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:

ParameterTypeDescription
valuefloatThe 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:

ParameterTypeDescription
valuefloatThe angle rotate z.