Browse Source

Deprecated cross function between quaternions

Christophe Riccio 15 years ago
parent
commit
7832018cbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtc/quaternion.hpp

+ 1 - 1
glm/gtc/quaternion.hpp

@@ -146,7 +146,7 @@ namespace glm
         //! Returns the cross product of q1 and q2. 
         //! Returns the cross product of q1 and q2. 
 		//! From GLM_GTC_quaternion extension.
 		//! From GLM_GTC_quaternion extension.
 		template <typename T> 
 		template <typename T> 
-		detail::tquat<T> cross(
+		GLM_DEPRECATED detail::tquat<T> cross(
 			detail::tquat<T> const & q1, 
 			detail::tquat<T> const & q1, 
 			detail::tquat<T> const & q2);
 			detail::tquat<T> const & q2);