Method: CP::Shape::Circle#radius

Defined in:
ext/chipmunk/rb_cpShape.c

#radiusObject



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)));
}