Files
eepp/include/eepp/math.hpp
Martín Lucas Golini f60d4c183e clang-formated all project source files.
Improved documentation.

--HG--
branch : dev
2020-01-10 04:39:46 -03:00

21 lines
558 B
C++

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