summaryrefslogtreecommitdiff
path: root/include/nw4r/math.h
blob: ea99d35f2352e1a09275479aa4e4b3c558ef3e62 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NW4R_PUBLIC_MATH_H
#define NW4R_PUBLIC_MATH_H

#include <nw4r/math/math_arithmetic.h>
#include <nw4r/math/math_geometry.h>
#include <nw4r/math/math_triangular.h>
#include <nw4r/math/math_types.h>

#endif