Class ObserverPoint
ObserverPoint class
ObserverPoint class
public class ObserverPoint
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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