Skip to content

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.