Fix typos.

This commit is contained in:
Bruce Mitchener
2024-02-08 15:12:30 +07:00
parent a8685ed6ab
commit e4419c4f18
66 changed files with 261 additions and 263 deletions

View File

@@ -203,7 +203,7 @@ glms_persp_decomp_x_lh_no(mat4s proj,
* @brief decomposes top and bottom values of perspective projection
* with a left-hand coordinate system and a
* clip-space of [-1, 1].
* y stands for y axis (top / botom axis)
* y stands for y axis (top / bottom axis)
*
* @param[in] proj perspective projection matrix
* @param[out] top top

View File

@@ -203,7 +203,7 @@ glms_persp_decomp_x_lh_zo(mat4s proj,
* @brief decomposes top and bottom values of perspective projection
* with a left-hand coordinate system and a
* clip-space of [0, 1].
* y stands for y axis (top / botom axis)
* y stands for y axis (top / bottom axis)
*
* @param[in] proj perspective projection matrix
* @param[out] top top

View File

@@ -203,7 +203,7 @@ glms_persp_decomp_x_rh_no(mat4s proj,
* @brief decomposes top and bottom values of perspective projection
* with a right-hand coordinate system and a
* clip-space of [-1, 1].
* y stands for y axis (top / botom axis)
* y stands for y axis (top / bottom axis)
*
* @param[in] proj perspective projection matrix
* @param[out] top top

View File

@@ -203,7 +203,7 @@ glms_persp_decomp_x_rh_zo(mat4s proj,
* @brief decomposes top and bottom values of perspective projection
* with a right-hand coordinate system and a
* clip-space of [0, 1].
* y stands for y axis (top / botom axis)
* y stands for y axis (top / bottom axis)
*
* @param[in] proj perspective projection matrix
* @param[out] top top