Loading...
Searching...
No Matches
Polygon Class Reference

A polygon with specified list of points. More...

Public Member Functions

 Polygon (this.points)
 Default constructor.
 

Public Attributes

List< Pointpoints
 Ring specifying the area.
 

Detailed Description

A polygon with specified list of points.

Definition at line 17 of file polygon.dart.

Constructor & Destructor Documentation

◆ Polygon()

Polygon.Polygon ( this. points)

Default constructor.

Member Data Documentation

◆ points

List<Point> Polygon.points

Ring specifying the area.

Definition at line 23 of file polygon.dart.


The documentation for this class was generated from the following file: