Files
eepp/include/eepp/math.hpp
Martí­n Lucas Golini 439d9b55ac Renamed interpolation classes.
--HG--
branch : dev
2017-03-09 16:29:15 -03:00

21 lines
555 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>
#endif