Type:DoubleQ: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:DoubleQ to Types:DoubleQ
 
Added more info, changed Category
Line 1: Line 1:
{| class="wikitable"
A DoubleQ Is Quaternion [[Type:Double|Double]]. It's used for rotation with higher precision.
|-
 
| Color
Since the Froox Engine uses FloatQ for it's rotations, this data type is usually useful for doing calculations that require higher precision. Once the calculations are done, they would have to be simplifed by casting them into FloatQ to be able to use the result in object rotations.
| Type
|-
| style="background-color:{{DoubleQ-color}}" |
| DoubleQ
|}
A DoubleQ Is Quaternion double. its used for rotation.


[[Category:Types]]
[[Category:Types]]

Revision as of 21:56, 14 January 2024

A DoubleQ Is Quaternion Double. It's used for rotation with higher precision.

Since the Froox Engine uses FloatQ for it's rotations, this data type is usually useful for doing calculations that require higher precision. Once the calculations are done, they would have to be simplifed by casting them into FloatQ to be able to use the result in object rotations.