ji-lattice
Preparing search index...
MultiVertex
Type Alias MultiVertex
A vertex of a 2D graph.
type
MultiVertex
=
{
indices
:
number
[]
;
x
:
number
;
y
:
number
;
}
Index
Properties
indices
x
y
Properties
indices
indices
:
number
[]
Indices 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
indices
x
y
ji-lattice
Loading...
A vertex of a 2D graph.