Type:FloatQ: Difference between revisions

From Resonite Wiki
m Fixed grammar and added some details.
m Bold faced values
Line 2: Line 2:


There are four components of a Quaternion:
There are four components of a Quaternion:
* x - The first coefficient
* '''x''' - The first coefficient
* y - The second coefficient
* '''y''' - The second coefficient
* z - The third coefficient
* '''z''' - The third coefficient
* w - The fourth coefficient
* '''w''' - The fourth coefficient


however, these individual values are not normally used directly.
however, these individual values are not normally used directly.


{{Template:FloatTypes}}
{{Template:FloatTypes}}

Revision as of 21:15, 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.

Related Types