hyporo-cpp/source/hpr/math.hpp
2023-03-13 22:31:11 +05:00

7 lines
148 B
C++
Executable File

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