Sprout/sprout/math/curve.hpp

17 lines
682 B
C++
Raw Normal View History

/*=============================================================================
2016-02-25 09:48:28 +00:00
Copyright (c) 2011-2016 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_MATH_CURVE_HPP
#define SPROUT_MATH_CURVE_HPP
#include <sprout/config.hpp>
#include <sprout/math/curve/curve_point.hpp>
#include <sprout/math/curve/bezier.hpp>
2015-01-11 14:46:33 +00:00
#include <sprout/math/curve/catmull_rom_spline.hpp>
#endif // #ifndef SPROUT_MATH_CURVE_HPP