From cccf2af0a275eb110efb7273f3d5fdf7502dcf1c Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 7 Sep 2014 20:06:59 +0200 Subject: [PATCH] Added vec3 slerp (#237) --- glm/gtx/rotate_vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/rotate_vector.hpp b/glm/gtx/rotate_vector.hpp index a8835f31..3ca57fa0 100644 --- a/glm/gtx/rotate_vector.hpp +++ b/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