mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add operator* for C44Matrix and float
This commit is contained in:
parent
63a478841a
commit
571f2369f9
3 changed files with 49 additions and 0 deletions
|
|
@ -44,4 +44,6 @@ class C44Matrix {
|
|||
float Determinant();
|
||||
};
|
||||
|
||||
C44Matrix operator*(const C44Matrix& l, float a);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue