m 989onan moved page Types:FloatQ to Type:FloatQ: Misspelled title |
m Fixed grammar and added some details. |
||
Line 1: | Line 1: | ||
A FloatQ | A FloatQ is a floating point representation of a [https://en.wikipedia.org/wiki/Quaternion Quaternion]. It is used to represent the rotational component of [[Slot|Slot]] transforms. | ||
There are four components of a Quaternion: | |||
* x - The first coefficient | |||
* y - The second coefficient | |||
* z - The third coefficient | |||
* w - The fourth coefficient | |||
however, these individual values are not normally used directly. | |||
{{Template:FloatTypes}} | {{Template:FloatTypes}} |
Revision as of 12:41, 15 January 2024
A FloatQ is a floating point representation of a Quaternion. It is used to represent the rotational component of Slot transforms.
There are four components of a Quaternion:
- x - The first coefficient
- y - The second coefficient
- z - The third coefficient
- w - The fourth coefficient
however, these individual values are not normally used directly.