Files
eepp/include/eepp/math.hpp
Martín Lucas Golini 5dcd5e4c82 New version number and codename.
--HG--
branch : dev-2.1
2018-01-12 02:00:47 -03:00

22 lines
590 B
C++

#ifndef EEPP_MATH_HPP
#define EEPP_MATH_HPP
#include <eepp/math/vector2.hpp>
#include <eepp/math/vector3.hpp>
#include <eepp/math/size.hpp>
#include <eepp/math/line2.hpp>
#include <eepp/math/triangle2.hpp>
#include <eepp/math/quad2.hpp>
#include <eepp/math/polygon2.hpp>
#include <eepp/math/rect.hpp>
#include <eepp/math/interpolation2d.hpp>
#include <eepp/math/interpolation1d.hpp>
#include <eepp/math/perlinnoise.hpp>
#include <eepp/math/easing.hpp>
#include <eepp/math/math.hpp>
#include <eepp/math/mtrand.hpp>
#include <eepp/math/easing.hpp>
#include <eepp/math/transform.hpp>
#endif