Method: CP::Body#v

Defined in:
ext/chipmunk/rb_cpBody.c

#vObject



91
92
93
94
# File 'ext/chipmunk/rb_cpBody.c', line 91

static VALUE
rb_cpBodyGetVel(VALUE self) {
  return VWRAP(self, &BODY(self)->v);
}