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

@ -5,10 +5,10 @@
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_QUATERNION_CONTAINER_HPP
#define SPROUT_QUATERNION_CONTAINER_HPP
#ifndef SPROUT_MATH_QUATERNION_CONTAINER_HPP
#define SPROUT_MATH_QUATERNION_CONTAINER_HPP
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/math/quaternion/quaternion.hpp>
#include <sprout/container/traits.hpp>
@ -40,4 +40,4 @@ namespace sprout {
};
} // namespace sprout
#endif // #ifndef SPROUT_QUATERNION_CONTAINER_HPP
#endif // #ifndef SPROUT_MATH_QUATERNION_CONTAINER_HPP