Method: CP::BB#r
- Defined in:
- ext/chipmunk/rb_cpBB.c
#r ⇒ Object
152 153 154 155 |
# File 'ext/chipmunk/rb_cpBB.c', line 152 static VALUE rb_cpBBGetR(VALUE self) { return rb_float_new(BBGET(self)->r); } |
152 153 154 155 |
# File 'ext/chipmunk/rb_cpBB.c', line 152 static VALUE rb_cpBBGetR(VALUE self) { return rb_float_new(BBGET(self)->r); } |