myMatrix.invert() in Anark Studio 2.5

Invert the matrix.

Return Type
(none)

Description

Modifies the current matrix to be its own inverse. The inverse of matrix A is defined to be the matrix B if and only if AB = BA = I, where I is the Identity Matrix. Only those matrices whose determinates are non-zero will have an inverse. Therefore, not all matrices may be inverted.