Method: CP::Vec2#normalize

Defined in:
ext/chipmunk/rb_cpVect.c

#normalizeObject



144
145
146
147
# File 'ext/chipmunk/rb_cpVect.c', line 144

static VALUE
rb_cpVectNorm(VALUE self) {
  return VNEW(cpvnormalize(*VGET(self)));
}