mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
vec: rename glm_vec_ namespace to glm_vec3_
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
CGLM_INLINE
|
||||
void
|
||||
glm_plane_normalize(vec4 plane) {
|
||||
glm_vec4_scale(plane, 1.0f / glm_vec_norm(plane), plane);
|
||||
glm_vec4_scale(plane, 1.0f / glm_vec3_norm(plane), plane);
|
||||
}
|
||||
|
||||
#endif /* cglm_plane_h */
|
||||
|
||||
Reference in New Issue
Block a user