EdgeShape constructor

EdgeShape()

Implementation

EdgeShape() : super(ShapeType.edge) {
  radius = settings.polygonRadius;
}