Class ObserverPoint

ObserverPoint class

ObserverPoint class

public class ObserverPoint

Constructors

NameDescription
ObserverPoint()Initializes a new instance of the ObserverPoint class with default rotation angles.
ObserverPoint(float, float, float)Initializes a new instance of the ObserverPoint class.

Properties

NameDescription
AngleRotateX { get; set; }Gets or sets the angle rotate x.
AngleRotateY { get; set; }Gets or sets the angle rotate y.
AngleRotateZ { get; set; }Gets or sets the angle rotate z.

See Also