Scanbot SDK
Loading...
Searching...
No Matches
Point

Represents a point with integer coordinates in 2D space. More...

Public Member Functions

 __init__ (self, int x, int y)
 Initializes a new instance of the Point class.
 

Public Attributes

 x = x
 The x-coordinate of the point.
 
 y = y
 The y-coordinate of the point.
 

Detailed Description

Represents a point with integer coordinates in 2D space.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
int x,
int y )

Initializes a new instance of the Point class.

Parameters
xThe x-coordinate of the point.
yThe y-coordinate of the point.

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