warp-grid
Preparing search index...
Point
Interface Point
Represents a 2D point with x and y coordinates.
interface
Point
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
y
y
:
number
Settings
Theme
OS
Light
Dark
On This Page
Properties
x
y
warp-grid
Loading...
Represents a 2D point with x and y coordinates.