Browse Source

Fix quat angle documentation #820

christophe 1 year ago
parent
commit
d2033739cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      glm/ext/quaternion_trigonometric.hpp

+ 2 - 0
glm/ext/quaternion_trigonometric.hpp

@@ -35,6 +35,8 @@ namespace glm
 
 	/// Returns the quaternion rotation angle.
 	///
+	/// @param x A normalized quaternion.
+	///
 	/// @tparam T A floating-point scalar type
 	/// @tparam Q A value from qualifier enum
 	template<typename T, qualifier Q>