Scanbot SDK
Loading...
Searching...
No Matches
LineSegmentInt

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.
 

Detailed Description

Represents a line segment in 2D space.

Constructor & Destructor Documentation

◆ __init__()

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

Constructs LineSegmentInt with the given params.

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

Member Function Documentation

◆ end()

Point end ( self)

Getter for end field.

See __init__ method documentation for more information about the field.

◆ start()

Point 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: