summary refs log tree commit diff
path: root/src/Math/Common.hpp
blob: cf5a2c7d52f557557cda96cccbbb9e761a9ce4df (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../Common/Sizes.hpp"

#include "Vector.hpp"
#include "Matrix.hpp"
#include "Rotation.hpp"
#include "Trig.hpp"
#include "Constants.hpp"