mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
doc: improve briefs
This commit is contained in:
@@ -164,7 +164,7 @@ glm_vec3_min(vec3 v) {
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief check if all items are NaN (not a number)
|
||||
* @brief check if one of items is NaN (not a number)
|
||||
* you should only use this in DEBUG mode or very critical asserts
|
||||
*
|
||||
* @param[in] v vector
|
||||
@@ -176,7 +176,7 @@ glm_vec3_isnan(vec3 v) {
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief check if all items are INFINITY
|
||||
* @brief check if one of items is INFINITY
|
||||
* you should only use this in DEBUG mode or very critical asserts
|
||||
*
|
||||
* @param[in] v vector
|
||||
|
||||
Reference in New Issue
Block a user