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.
Dart code snippet:
Definition at line 22 of file segment.dart.
| Segment.Segment | ( | this. | start, |
| this. | end ) |
Default constructor.
| Point Segment.end |
End point of the segment.
Dart code snippet:
Definition at line 44 of file segment.dart.
| Point Segment.start |
Start point of the segment.
Dart code snippet:
Definition at line 34 of file segment.dart.