Method: CP::Body#v
- Defined in:
- ext/chipmunk/rb_cpBody.c
#v ⇒ Object
91 92 93 94 |
# File 'ext/chipmunk/rb_cpBody.c', line 91
static VALUE
rb_cpBodyGetVel(VALUE self) {
return VWRAP(self, &BODY(self)->v);
}
|
91 92 93 94 |
# File 'ext/chipmunk/rb_cpBody.c', line 91
static VALUE
rb_cpBodyGetVel(VALUE self) {
return VWRAP(self, &BODY(self)->v);
}
|