The cpp Matrix3f.inverse function calculates the inverse of a 3x3 matrix. It returns a new matrix that, when multiplied with the original matrix, results in the identity matrix. The inverse matrix is used to undo the linear transformations that the original matrix represents.
C++ (Cpp) Matrix3f::inverse - 15 examples found. These are the top rated real world C++ (Cpp) examples of Matrix3f::inverse extracted from open source projects. You can rate examples to help us improve the quality of examples.