Point
A point in 2D space.
Properties
x
readonly x: number;
The x-coordinate of the point.
y
readonly y: number;
The y-coordinate of the point.
A point in 2D space.
readonly x: number;
The x-coordinate of the point.
readonly y: number;
The y-coordinate of the point.