Loading...
Searching...
No Matches
Polyline Class Reference

A polyline with specified number of points. More...

Public Member Functions

 Polyline (this.points)
 Default constructor.
 

Public Attributes

List< Pointpoints
 List of points to connect.
 

Detailed Description

A polyline with specified number of points.

Definition at line 17 of file polyline.dart.

Constructor & Destructor Documentation

◆ Polyline()

Polyline.Polyline ( this. points)

Default constructor.

Member Data Documentation

◆ points

List<Point> Polyline.points

List of points to connect.

Definition at line 23 of file polyline.dart.


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