From 7af7bbee0505ee090e71a64c85289d1ade09ef3a Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 25 Jan 2016 12:20:54 +0900 Subject: [PATCH] add quaternion using decl --- sprout/math/quaternion.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sprout/math/quaternion.hpp b/sprout/math/quaternion.hpp index ff1d14ed..a263b919 100644 --- a/sprout/math/quaternion.hpp +++ b/sprout/math/quaternion.hpp @@ -1501,6 +1501,28 @@ namespace sprout { ; } } // namespace math + + using sprout::math::quaternion; + using sprout::math::real; + using sprout::math::unreal; + using sprout::math::sup; + using sprout::math::l1; + using sprout::math::abs; + using sprout::math::conj; + using sprout::math::norm; + using sprout::math::spherical; + using sprout::math::semipolar; + using sprout::math::multipolar; + using sprout::math::cylindrospherical; + using sprout::math::cylindrical; +// using sprout::math::exp; +// using sprout::math::cos; +// using sprout::math::sin; +// using sprout::math::tan; +// using sprout::math::cosh; +// using sprout::math::sinh; +// using sprout::math::tanh; + using sprout::math::pow; } // namespace sprout #endif // #ifndef SPROUT_MATH_QUATERNION_HPP