Polygon public class Polygon : PolyCurve Documentation Code public double PlaneDeviation { get; } public Point[] Points { get; } public static Polygon ByPoints(IEnumerable<Point> points) public static Polygon RegularPolygon(Circle circle, int numberSides = 5) public Point Center() public bool ContainmentTest(Point point) public Point[] Corners() public Point[] SelfIntersections()