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

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