Quat:equals

Edit

Returns whether a quaternion is approximately equal to another quaternion.

equal = Quat:equals(r)

Arguments

NameTypeDescription
rQuat The other quaternion.

Returns

NameTypeDescription
equalboolean Whether the 2 quaternions approximately equal each other.

See also