Skip to content
Documentation is work in progress. Information may be out of date and inaccurate.

Quat

Examples#

local new_quaternion = Quat(0.5, 0.5, 1, -1)
local rotation = new_quaterion:Rotator()

Constructors#

🧽 Properties#

Functions#

Info

This structure supports *, +, - and tostring operations.