add curve/bezier, curve/catmull_rom_sprine

This commit is contained in:
bolero-MURAKAMI 2015-01-10 19:30:09 +09:00
parent 3029507c05
commit b55e74de78
5 changed files with 325 additions and 0 deletions

View file

@ -48,6 +48,7 @@
#include <sprout/limits.hpp>
#include <sprout/logic.hpp>
#include <sprout/math.hpp>
#include <sprout/math/curve.hpp>
#include <sprout/memory.hpp>
#include <sprout/net.hpp>
#include <sprout/none.hpp>