include/Spectre/Math/Matrix3.h: Add inverse()
This commit is contained in:
parent
910bad0fb7
commit
d8db86e40c
2 changed files with 27 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ struct Matrix3
|
|||
|
||||
// Transpose matrix.
|
||||
Matrix3<T> transpose() const;
|
||||
|
||||
// Inverse
|
||||
Matrix3<T> inverse() const;
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue