docs and call api for _aabb2d_zero

This commit is contained in:
duarm
2024-02-23 14:07:58 -03:00
parent 237432969d
commit 0d92bfc722
3 changed files with 16 additions and 3 deletions

View File

@@ -16,10 +16,9 @@
#define glm_aabb2d_size(aabb) glm_aabb2d_diag(aabb)
/*!
* @brief copy all members of [aabb] to [dest]
* @brief make [aabb] zero
*
* @param[in] aabb source
* @param[out] dest destination
* @param[in, out] aabb
*/
CGLM_INLINE
void