rename _dup (duplicate) to _copy

I think _copy is better and COMMON  name for duplicating/copying
vector, matrices
This commit is contained in:
Recep Aslantas
2017-02-23 09:57:28 +03:00
parent 595ad42cb8
commit 4462a84f4a
13 changed files with 46 additions and 46 deletions

View File

@@ -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