ji-lattice
Preparing search index...
Vertex
Type Alias Vertex
A vertex of a 2D graph.
type
Vertex
=
{
index
?:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
index?
x
y
Properties
Optional
index
index
?:
number
Index to input array.
x
x
:
number
Horizontal coordinate.
y
y
:
number
Vertical coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
x
y
ji-lattice
Loading...
A vertex of a 2D graph.