1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add quaternion adapt (hash, tuple)

This commit is contained in:
bolero-MURAKAMI 2016-02-27 01:21:46 +09:00
parent 35bd69d5d3
commit 37eea2c53d
35 changed files with 1941 additions and 974 deletions

View file

@ -10,6 +10,14 @@
#include <sprout/config.hpp>
#include <sprout/math/quaternion/quaternion.hpp>
#include <sprout/math/quaternion/operators.hpp>
#include <sprout/math/quaternion/values.hpp>
#include <sprout/math/quaternion/creations.hpp>
#include <sprout/math/quaternion/transcendentals.hpp>
#include <sprout/math/quaternion/hash.hpp>
#include <sprout/math/quaternion/tuple.hpp>
#include <sprout/math/quaternion/container.hpp>
#include <sprout/math/quaternion/udl.hpp>
#include <sprout/math/quaternion/type_traits.hpp>
#endif // #ifndef SPROUT_MATH_QUATERNION_HPP