hyporo-cpp/source/hpr/math.hpp
2023-04-10 22:01:56 +05:00

7 lines
148 B
C++

#pragma once
#include <hpr/math/scalar.hpp>
#include <hpr/math/vector.hpp>
#include <hpr/math/matrix.hpp>
#include <hpr/math/quaternion.hpp>