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