Rotator
Contains rotation information about a object in 3D spaces using 3 rotation axis in a gimble.
Properties
Functions
FIR_Operator_Add (other : Struct<Rotator>) → result : Struct<Rotator>
The addition (+) operator for this struct.
Details
Flags |
RuntimeSync RuntimeParallel RuntimeAsync MemberFunc |
Display Name |
Operator Add |
| Name | Type | Description |
|---|---|---|
Other |
Struct<Rotator> |
The other rotator that should be added to this rotator |
| Name | Type | Description |
|---|---|---|
Result |
Struct<Rotator> |
The resulting rotator of the vector addition |
FIR_Operator_Sub (other : Struct<Rotator>) → result : Struct<Rotator>
The subtraction (-) operator for this struct.
Details
Flags |
RuntimeSync RuntimeParallel RuntimeAsync MemberFunc |
Display Name |
Operator Sub |
| Name | Type | Description |
|---|---|---|
Other |
Struct<Rotator> |
The other rotator that should be subtracted from this rotator |
| Name | Type | Description |
|---|---|---|
Result |
Struct<Rotator> |
The resulting rotator of the vector subtraction |