Mat4:equals

Edit

Returns whether a matrix is approximately equal to another matrix.

equal = Mat4:equals(n)

Arguments

NameTypeDescription
nMat4 The other matrix.

Returns

NameTypeDescription
equalboolean Whether the 2 matrices approximately equal each other.

See also