Fix quat angle documentation #820

This commit is contained in:
christophe 2023-12-30 10:34:51 +01:00
parent b6618171dd
commit ceefc3ac68

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>