Quaternion

From NPC for VCMP 0.4 Servers
Revision as of 03:36, 7 January 2023 by Habi (talk | contribs) (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This class will be available from v1.6 onwards. </poem> Constructor <source>Quaternion(x, y,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This class will be available from v1.6 onwards.

Constructor

Quaternion(x, y, z, w)

Metamethods

_add(Quaternion)
_sub(Quaternion)
_mul(float)
_div(float)
_tostring()