mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 17:13:41 +00:00
Fix typos
This commit is contained in:
parent
33b4a621a6
commit
48bbac7951
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue