mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
commit
2783a490da
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ namespace glm
|
|||
template <typename T, precision P>
|
||||
GLM_FUNC_DECL tquat<T, P> rotate(tquat<T, P> const & q, T const & angle, tvec3<T, P> const & axis);
|
||||
|
||||
/// Returns euler angles, yitch as x, yaw as y, roll as z.
|
||||
/// Returns euler angles, pitch as x, yaw as y, roll as z.
|
||||
/// The result is expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
|
||||
///
|
||||
/// @see gtc_quaternion
|
||||
|
|
Loading…
Add table
Reference in a new issue