Fix quat angle documentation #820

This commit is contained in:
christophe 2023-12-30 10:34:51 +01:00 committed by Christophe
parent 8d337c0c65
commit d2033739cf

View File

@ -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>