Mat4:invert

Edit

Inverts the matrix, causing it to represent the opposite of its old transform.

self = Mat4:invert()

Arguments

None

Returns

NameTypeDescription
selfMat4 The inverted matrix.

See also