aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Math/math.hpp
blob: b587cf9f982b05ae6a219b6f991eb6b1a34d1300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ----------------------------------------------------------------------------
 * math.hpp
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
 * See file LICENSE for more details
 * ----------------------------------------------------------------------------
 */

#ifndef YAGE_MATH_HPP
#define YAGE_MATH_HPP

#include "matrix.hpp"

#endif