mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add C44Matrix::Inverse
This commit is contained in:
parent
571f2369f9
commit
614f6b46e1
3 changed files with 70 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class C44Matrix {
|
|||
, d3(d3) {};
|
||||
C44Matrix Adjoint() const;
|
||||
float Determinant();
|
||||
C44Matrix Inverse(float det) const;
|
||||
};
|
||||
|
||||
C44Matrix operator*(const C44Matrix& l, float a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue