Summary

public static void Invert(ref Matrix3x3 matrix, out Matrix3x3 result)

Calculates the inverse of a matrix.

Parameters