mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Rename Length to VectorLength.
This commit is contained in:
parent
b99a72e876
commit
c91f1a2aea
14 changed files with 192 additions and 244 deletions
|
@ -397,7 +397,7 @@ CrossProduct (const vec3_t v1, const vec3_t v2, vec3_t cross)
|
|||
}
|
||||
|
||||
vec_t
|
||||
_Length (const vec3_t v)
|
||||
_VectorLength (const vec3_t v)
|
||||
{
|
||||
float length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue