Point
Syntax
interface Point {
x: number;
y: number;
}
Attributes
x
The x-coordinates of the point.
y
The y-coordinates of the point.
interface Point {
x: number;
y: number;
}
The x-coordinates of the point.
The y-coordinates of the point.
latest version