Method: CP::Shape#bb

Defined in:
ext/chipmunk/rb_cpShape.c

#bbObject



142
143
144
145
146
147
148
# File 'ext/chipmunk/rb_cpShape.c', line 142

static VALUE
rb_cpShapeCacheBB(VALUE self) {
  cpShape *shape = SHAPE(self);
  cpShapeCacheBB(shape);

  return rb_cpShapeGetBB(self);
}