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. | |
line between two points.
Definition at line 17 of file segment.dart.
Segment.Segment | ( | this. | start, |
this. | end ) |
Default constructor.
Point Segment.end |
End point of the segment.
Definition at line 27 of file segment.dart.
Point Segment.start |
Start point of the segment.
Definition at line 23 of file segment.dart.