API Documentation
Preparing search index...
Coordinates
Interface Coordinates
Represents a point with x and y coordinates.
interface
Coordinates
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
The x coordinate.
y
y
:
number
The y coordinate.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
API Documentation
Loading...
Represents a point with x and y coordinates.