RoundedPolygon.fromPolygon constructor

RoundedPolygon.fromPolygon(
  1. RoundedPolygon source
)

Implementation

factory fromPolygon(RoundedPolygon source) =>
    .new(source.features, source.center);