Type alias SolveResultPolygonSeries

SolveResultPolygonSeries: SolveResultXY & Point & {
    coordinates: Point[];
    figure: PolygonFigure;
}