mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
rename _dup (duplicate) to _copy
I think _copy is better and COMMON name for duplicating/copying vector, matrices
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
CGLM_INLINE
|
||||
void
|
||||
glm_quat_identity(versor q) {
|
||||
glm_vec4_dup(GLM_QUAT_IDENTITY, q);
|
||||
glm_vec4_copy(GLM_QUAT_IDENTITY, q);
|
||||
}
|
||||
|
||||
CGLM_INLINE
|
||||
|
||||
Reference in New Issue
Block a user