point
Model for a point.
| CLASS | DESCRIPTION |
|---|---|
Point |
A Point specifies a location in some (x, y) coordinate system. |
Classes¶
Point
dataclass
¶
A Point specifies a location in some (x, y) coordinate system.
| ATTRIBUTE | DESCRIPTION |
|---|---|
x |
A real number that represents the x-coordinate of the point.
TYPE:
|
y |
A real number that represents the y-coordinate of the point.
TYPE:
|