mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +00:00
Added vec3 slerp (#237)
This commit is contained in:
parent
0d42f4a320
commit
cccf2af0a2
@ -51,7 +51,7 @@ namespace glm
|
|||||||
/// @addtogroup gtx_rotate_vector
|
/// @addtogroup gtx_rotate_vector
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/// Returns the length of the quaternion.
|
/// Returns Spherical interpolation between two vectors
|
||||||
///
|
///
|
||||||
/// @param x A first vector
|
/// @param x A first vector
|
||||||
/// @param y A second vector
|
/// @param y A second vector
|
||||||
|
Loading…
Reference in New Issue
Block a user