mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add C44Matrix::RotationAroundZ
This commit is contained in:
parent
5e8ed6ae7f
commit
957635b484
3 changed files with 73 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
class C44Matrix {
|
||||
public:
|
||||
// Static functions
|
||||
static C44Matrix RotationAroundZ(float angle);
|
||||
|
||||
// Member variables
|
||||
float a0 = 1.0f;
|
||||
float a1 = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue