From 7832018cbb8ab576fe6410bff000462615eb51c3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 4 Feb 2011 17:03:17 +0000 Subject: [PATCH] Deprecated cross function between quaternions --- glm/gtc/quaternion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index d0ca1f8b..34da0401 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -146,7 +146,7 @@ namespace glm //! Returns the cross product of q1 and q2. //! From GLM_GTC_quaternion extension. template - detail::tquat cross( + GLM_DEPRECATED detail::tquat cross( detail::tquat const & q1, detail::tquat const & q2);