mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
glm_vec_scale multiplies vector (all items) by a scalar result = vector * factor, new scale = old scale * factor now it is possible to scale a vector as specified factor result = unit(vector) * factor, new scale = factor