mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add C44Matrix::Transpose
This commit is contained in:
parent
b0a37c4e5e
commit
b17b7a18e6
2 changed files with 25 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class C44Matrix {
|
|||
void Scale(const C3Vector& scale);
|
||||
void Scale(float scale);
|
||||
void Translate(const C3Vector& move);
|
||||
C44Matrix Transpose() const;
|
||||
};
|
||||
|
||||
C44Matrix operator*(const C44Matrix& l, float a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue