JME - Application Documentation
Preparing search index...
includes/types/simulation
Edge
Type Alias Edge
Edge
:
|
{
kind
:
"internal"
;
parts
:
EdgePart
[]
;
to
:
Node
}
|
{
kind
:
"link"
;
points
:
Tuple3
[]
;
to
:
Node
}
An edge in the junction graph — either internal (within a junction) or a link (between junctions)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
JME - Application Documentation
Loading...
An edge in the junction graph — either internal (within a junction) or a link (between junctions)