getRadius method

double getRadius()

Get the radius of a polygon shape.

Implementation

double getRadius() => bindings.cpPolyShapeGetRadius(_shape.toPointer);