|
Scanbot SDK
|
Represents a line segment in 2D space. More...
Public Member Functions | |
| None | __init__ (self, *, Point start, Point end) |
| Constructs LineSegmentInt with the given params. | |
| Point | start (self) |
| Getter for start field. | |
| Point | end (self) |
| Getter for end field. | |
Represents a line segment in 2D space.
Constructs LineSegmentInt with the given params.
| start | Start point of the segment. |
| end | End point of the segment. |
| Point end | ( | self | ) |
Getter for end field.
See __init__ method documentation for more information about the field.
| Point start | ( | self | ) |
Getter for start field.
See __init__ method documentation for more information about the field.