ObserverPoint.ObserverPoint

ObserverPoint()

Initializes a new instance of the ObserverPoint class with default rotation angles.

public ObserverPoint()

See Also


ObserverPoint(float, float, float)

Initializes a new instance of the ObserverPoint class.

public ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
ParameterTypeDescription
angleRotateXSingleThe angle rotate x.
angleRotateYSingleThe angle rotate y.
angleRotateZSingleThe angle rotate z.

See Also