Quat:conjugate

Edit

Conjugates the input quaternion in place, returning the input. If the quaternion is normalized, this is the same as inverting it. It negates the (x, y, z) components of the quaternion.

self = Quat:conjugate()

Arguments

None

Returns

NameTypeDescription
selfQuat The inverted quaternion.

See also