not

operator fun Matrix3.not(): Matrix3

Inverts the current matrix.

Return

a new Matrix3 with the operation result.

See also

Matrix3.inv

operator fun Matrix4.not(): Matrix4

Inverts the current matrix.

Return

a new Matrix4 with the operation result.

See also

Matrix4.inv