mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
fix function params docs
This commit is contained in:
@@ -180,7 +180,7 @@ glm_eq(float a, float b) {
|
||||
*
|
||||
* @param[in] from from value
|
||||
* @param[in] to to value
|
||||
* @param[in] t current value
|
||||
* @param[in] current current value
|
||||
*/
|
||||
CGLM_INLINE
|
||||
float
|
||||
@@ -198,7 +198,7 @@ glm_percent(float from, float to, float current) {
|
||||
*
|
||||
* @param[in] from from value
|
||||
* @param[in] to to value
|
||||
* @param[in] t current value
|
||||
* @param[in] current current value
|
||||
*/
|
||||
CGLM_INLINE
|
||||
float
|
||||
|
||||
Reference in New Issue
Block a user