Method: CP::BB#b
- Defined in:
- ext/chipmunk/rb_cpBB.c
#b ⇒ Object
147 148 149 150 |
# File 'ext/chipmunk/rb_cpBB.c', line 147 static VALUE rb_cpBBGetB(VALUE self) { return rb_float_new(BBGET(self)->b); } |
147 148 149 150 |
# File 'ext/chipmunk/rb_cpBB.c', line 147 static VALUE rb_cpBBGetB(VALUE self) { return rb_float_new(BBGET(self)->b); } |