Fix typos

This commit is contained in:
David Hu 2024-06-17 20:47:58 +08:00
parent 33b4a621a6
commit 48bbac7951

View file

@ -126,7 +126,7 @@ namespace glm
///
/// @param eye Position of the camera
/// @param center Position where the camera is looking at
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 1, 0)
///
/// @tparam T A floating-point scalar type
/// @tparam Q A value from qualifier enum
@ -140,7 +140,7 @@ namespace glm
///
/// @param eye Position of the camera
/// @param center Position where the camera is looking at
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 1, 0)
///
/// @tparam T A floating-point scalar type
/// @tparam Q A value from qualifier enum
@ -154,7 +154,7 @@ namespace glm
///
/// @param eye Position of the camera
/// @param center Position where the camera is looking at
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
/// @param up Normalized up vector, how the camera is oriented. Typically (0, 1, 0)
///
/// @tparam T A floating-point scalar type
/// @tparam Q A value from qualifier enum