Represents a point with integer coordinates in 2D space.
More...
|
| | __init__ (self, int x, int y) |
| | Initializes a new instance of the Point class.
|
| |
|
|
| x = x |
| | The x-coordinate of the point.
|
| |
|
| y = y |
| | The y-coordinate of the point.
|
| |
Represents a point with integer coordinates in 2D space.
◆ __init__()
| __init__ |
( |
| self, |
|
|
int | x, |
|
|
int | y ) |
Initializes a new instance of the Point class.
- Parameters
-
| x | The x-coordinate of the point. |
| y | The y-coordinate of the point. |
The documentation for this class was generated from the following file: