[]
Represents a rotation in 3D space. A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.
public class Rotation : FormattingBag
Public Class Rotation
Inherits FormattingBag
| Name | Description |
|---|---|
| IsReadOnly | Gets a value indicating whether the rotation is read-only. Default value is false. |
| Latitude | Gets or sets the latitude value of the rotation. Allowed values are from -0 to 359.9, inclusive. Default value is 0. |
| Longitude | Gets or sets the longitude value of the rotation. Allowed values are from -0 to 359.9, inclusive. Default value is 0. |
| Revolution | Gets or sets the revolution around the central axis in the rotation. Allowed values are from -0 to 359.9, inclusive. Default value is 0. |
| Name | Description |
|---|---|
| FixInheritedValues() | Fixes all inherited values as "direct" values for this instance. |
| Reset() | Resets the rotation to inherited defaults. |