Method: CP::BB#area
- Defined in:
- ext/chipmunk/rb_cpBB.c
#area ⇒ Object
206 207 208 209 |
# File 'ext/chipmunk/rb_cpBB.c', line 206 static VALUE rb_cpBBArea(VALUE self) { return DBL2NUM(cpBBArea(*BBGET(self))); } |
206 207 208 209 |
# File 'ext/chipmunk/rb_cpBB.c', line 206 static VALUE rb_cpBBArea(VALUE self) { return DBL2NUM(cpBBArea(*BBGET(self))); } |