inverse
Returns the inverse of
self
. If the matrix is not invertible the returned matrix will be invalid.Panics
Will panic if the determinant of
self
is zero whenglam_assert
is enabled.
Arguments
- _self :
DMat2
- No Documentation 🚧
Returns
- arg0 :
DMat2
- No Documentation 🚧