PolygonShape constructor

PolygonShape()

Implementation

PolygonShape() : super(ShapeType.polygon) {
  radius = settings.polygonRadius;
}