Method: CP::Shape::Circle#r

Defined in:
ext/chipmunk/rb_cpShape.c

#rObject



349
350
351
352
# File 'ext/chipmunk/rb_cpShape.c', line 349

static VALUE
rb_cpCircleShapeGetRadius(VALUE self) {
  return rb_float_new(cpCircleShapeGetRadius(SHAPE(self)));
}