[This is preliminary documentation and is subject to change.]
Represents a rotation.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The Rotator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Rotator | Initializes a new instance of the Rotator class |
Properties
| Name | Description | |
|---|---|---|
| Zero |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether the current instance is equal to another instance of the same type.
| |
| IsNearlyZero | ||
| IsNearlyZero(Single) | ||
| IsZero | ||
| ToNormalized | ||
| ToQuaternion | ||
| ToString | (Overrides ValueTypeToString.) | |
| ToVector |
Operators
| Name | Description | |
|---|---|---|
| Addition | ||
| Equality | ||
| Inequality | ||
| Multiply(Rotator, Rotator) | ||
| Multiply(Rotator, Single) | ||
| Subtraction |
Fields
| Name | Description | |
|---|---|---|
| Pitch | ||
| Roll | ||
| Yaw |
See Also