Method: CP::Body#w

Defined in:
ext/chipmunk/rb_cpBody.c

#wObject



106
107
108
109
# File 'ext/chipmunk/rb_cpBody.c', line 106

static VALUE
rb_cpBodyGetAVel(VALUE self) {
  return rb_float_new(BODY(self)->w);
}