Sprout/sprout/math/quaternion.hpp
2019-01-07 17:47:17 +09:00

24 lines
1.1 KiB
C++

/*=============================================================================
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the sprout Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.sprout.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_MATH_QUATERNION_HPP
#define SPROUT_MATH_QUATERNION_HPP
#include <sprout/config.hpp>
#include <sprout/math/quaternion/quaternion.hpp>
#include <sprout/math/quaternion/arithmetic_operators.hpp>
#include <sprout/math/quaternion/stream_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/literals.hpp>
#include <sprout/math/quaternion/type_traits.hpp>
#endif // #ifndef SPROUT_MATH_QUATERNION_HPP