Type:DoubleQ: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:DoubleQ to Type:DoubleQ: Misspelled title
add template
Line 3: Line 3:
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.
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.


{{Template:DoubleTypes}}
[[Category:Type]]
[[Category:Type]]

Revision as of 22:26, 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.

Related Types