Scanbot SDK
Loading...
Searching...
No Matches
LineSegmentFloat

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.
 

Detailed Description

Represents a line segment in 2D space.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
PointF start,
PointF end )

Constructs LineSegmentFloat with the given params.

Parameters
startStart point of the segment.
endEnd point of the segment.

Member Function Documentation

◆ end()

PointF end ( self)

Getter for end field.

See __init__ method documentation for more information about the field.

◆ start()

PointF start ( self)

Getter for start field.

See __init__ method documentation for more information about the field.


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