mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
fix(matrix): include CMath in C34Matrix
This commit is contained in:
parent
39f311e91f
commit
254ba545f5
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "tempest/vector/C3Vector.hpp"
|
||||
#include "tempest/matrix/C33Matrix.hpp"
|
||||
#include "tempest/quaternion/C4Quaternion.hpp"
|
||||
#include "tempest/math/CMath.hpp"
|
||||
|
||||
|
||||
C34Matrix C34Matrix::Rotation(float angle, const C3Vector& axis, bool unit) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue