A polygon with specified list of points. More...
Public Member Functions | |
Polygon (this.points) | |
Default constructor. | |
Public Attributes | |
List< Point > | points |
Ring specifying the area. | |
A polygon with specified list of points.
Definition at line 17 of file polygon.dart.
Polygon.Polygon | ( | this. | points | ) |
Default constructor.
List<Point> Polygon.points |
Ring specifying the area.
Definition at line 23 of file polygon.dart.