Browse Source

Added vec3 slerp (#237)

Christophe Riccio 11 years ago
parent
commit
cccf2af0a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/rotate_vector.hpp

+ 1 - 1
glm/gtx/rotate_vector.hpp

@@ -51,7 +51,7 @@ namespace glm
 	/// @addtogroup gtx_rotate_vector
 	/// @{
 
-	/// Returns the length of the quaternion.
+	/// Returns Spherical interpolation between two vectors
 	/// 
 	/// @param x A first vector
 	/// @param y A second vector