MatrixInvert method
MatrixStructType
MatrixInvert(
- MatrixStructType mat
Implementation
MatrixStructType MatrixInvert(MatrixStructType mat) => mat.invert();
MatrixStructType MatrixInvert(MatrixStructType mat) => mat.invert();