Method: CP::Shape::Circle#offset

Defined in:
ext/chipmunk/rb_cpShape.c

#offsetObject

some getters



344
345
346
347
# File 'ext/chipmunk/rb_cpShape.c', line 344

static VALUE
rb_cpCircleShapeGetOffset(VALUE self) {
  return VNEW(cpCircleShapeGetOffset(SHAPE(self)));
}