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:
@@ -178,9 +178,9 @@ glm_eq(float a, float b) {
|
|||||||
*
|
*
|
||||||
* maybe fraction could be alternative name.
|
* maybe fraction could be alternative name.
|
||||||
*
|
*
|
||||||
* @param[in] from from value
|
* @param[in] from from value
|
||||||
* @param[in] to to value
|
* @param[in] to to value
|
||||||
* @param[in] t current value
|
* @param[in] current current value
|
||||||
*/
|
*/
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
float
|
float
|
||||||
@@ -196,9 +196,9 @@ glm_percent(float from, float to, float current) {
|
|||||||
/*!
|
/*!
|
||||||
* @brief clamped percentage of current value between start and end value
|
* @brief clamped percentage of current value between start and end value
|
||||||
*
|
*
|
||||||
* @param[in] from from value
|
* @param[in] from from value
|
||||||
* @param[in] to to value
|
* @param[in] to to value
|
||||||
* @param[in] t current value
|
* @param[in] current current value
|
||||||
*/
|
*/
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
float
|
float
|
||||||
|
|||||||
Reference in New Issue
Block a user