Method: CP::BB#area

Defined in:
ext/chipmunk/rb_cpBB.c

#areaObject



206
207
208
209
# File 'ext/chipmunk/rb_cpBB.c', line 206

static VALUE
rb_cpBBArea(VALUE self) {
  return DBL2NUM(cpBBArea(*BBGET(self)));
}