@samatawy/diagrams
Demo
Preparing search index...
index
IPoint
Interface IPoint
A single point in 2D space, defined by its x and y coordinates.
interface
IPoint
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
@samatawy/diagrams
Demo gallery
Loading...
A single point in 2D space, defined by its x and y coordinates.