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

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