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:
@@ -87,7 +87,7 @@ glm_inv_tr(mat4 mat) {
|
||||
/* translate */
|
||||
glm_mat3_mulv(r, mat[3], t);
|
||||
glm_vec_flipsign(t);
|
||||
glm_vec_dup(t, mat[3]);
|
||||
glm_vec_copy(t, mat[3]);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user