mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(matrix): mark C44Matrix::Determinant as const
This commit is contained in:
parent
c48d6716ac
commit
5e8ed6ae7f
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ class C44Matrix {
|
|||
, d2(d2)
|
||||
, d3(d3) {};
|
||||
C44Matrix Adjoint() const;
|
||||
float Determinant();
|
||||
float Determinant() const;
|
||||
C44Matrix Inverse(float det) const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue