inverse

fun inverse(matrix: Matrix3, result: Matrix3): Matrix3(source)

Computes the inverse of the provided matrix.

Return

The modified result parameter.

Parameters

matrix

The matrix to invert.

result

The object onto which to store the result.

See also