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.
Dart code snippet:
Definition at line 22 of file polygon.dart.
| Polygon.Polygon | ( | this. | points | ) |
Default constructor.
| List<Point> Polygon.points |
Ring specifying the area.
Dart code snippet:
Definition at line 34 of file polygon.dart.