mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 20:56:07 +00:00
vec: update docs for norm
This commit is contained in:
@@ -200,7 +200,8 @@ glm_vec3_norm2(vec3 v) {
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief norm (magnitude) of vec3
|
||||
* @brief euclidean norm (magnitude), also called L2 norm
|
||||
* this will give magnitude of vector in euclidean space
|
||||
*
|
||||
* @param[in] v vector
|
||||
*
|
||||
|
||||
@@ -240,7 +240,8 @@ glm_vec4_norm2(vec4 v) {
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief norm (magnitude) of vec4
|
||||
* @brief euclidean norm (magnitude), also called L2 norm
|
||||
* this will give magnitude of vector in euclidean space
|
||||
*
|
||||
* @param[in] v vector
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user