vertices property

List<Point<num>> vertices
final

The ordered list of vertices defining the polygon.

Implementation

final List<Point<num>> vertices;