57 58 59 60
# File 'ext/cglm/rb_cglm_vec3.c', line 57 VALUE rb_cglm_vec3_zero_self(VALUE self) { glm_vec3_zero(VAL2VEC3(self)); return self; }