Method: CP::Body#w
- Defined in:
- ext/chipmunk/rb_cpBody.c
#w ⇒ Object
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);
}
|
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);
}
|