The Point class represents a point in 2D coordinate system. The origin {0, 0} is located in the top left corner of the relevant object.
Point
{0, 0}
Initializes a point with the specified coordinates.
The x-coordinate of the point to construct.
The y-coordinate of the point to construct.
The x-coordinate of the point.
The y-coordinate of the point.
Generated using TypeDoc
The
Point
class represents a point in 2D coordinate system. The origin{0, 0}
is located in the top left corner of the relevant object.