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