fix(matrix): include CMath in C34Matrix

This commit is contained in:
VDm 2025-07-12 17:36:44 +04:00
parent 39f311e91f
commit 254ba545f5

View file

@ -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) {