add quaternion

This commit is contained in:
bolero-MURAKAMI 2016-01-25 11:42:35 +09:00
parent 38529faff7
commit 4e5d4300d0
2 changed files with 1507 additions and 0 deletions

1506
sprout/math/quaternion.hpp Normal file

File diff suppressed because it is too large Load diff

View file

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