Loading...
Searching...
No Matches
Segment Class Reference

line between two points. More...

Public Member Functions

 Segment (this.start, this.end)
 Default constructor.
 

Public Attributes

Point start
 Start point of the segment.
 
Point end
 End point of the segment.
 

Detailed Description

line between two points.

Definition at line 17 of file segment.dart.

Constructor & Destructor Documentation

◆ Segment()

Segment.Segment ( this. start,
this. end )

Default constructor.

Member Data Documentation

◆ end

Point Segment.end

End point of the segment.

Definition at line 27 of file segment.dart.

◆ start

Point Segment.start

Start point of the segment.

Definition at line 23 of file segment.dart.


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