Method: CP::Shape::Circle#radius
- Defined in:
- ext/chipmunk/rb_cpShape.c
#radius ⇒ Object
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))); } |