Math3D Full Project API
Preparing search index...
renderer/src/topology/types
FundamentalDiagram
Type Alias FundamentalDiagram
type
FundamentalDiagram
=
{
edgeLabels
:
Record
<
string
,
string
>
;
edgeOrientations
:
Record
<
string
,
Orientation
>
;
edgePairings
:
Record
<
string
,
string
[]
>
;
edges
:
FundamentalDiagramEdge
[]
;
faceBoundaryWords
:
Record
<
string
,
string
>
;
faces
:
FundamentalDiagramFace
[]
;
id
:
string
;
metadata
?:
FundamentalDiagramMetadata
;
name
:
string
;
vertexLabels
:
Record
<
string
,
string
>
;
vertices
:
FundamentalDiagramVertex
[]
;
}
Index
Properties
edge
Labels
edge
Orientations
edge
Pairings
edges
face
Boundary
Words
faces
id
metadata?
name
vertex
Labels
vertices
Properties
edge
Labels
edgeLabels
:
Record
<
string
,
string
>
edge
Orientations
edgeOrientations
:
Record
<
string
,
Orientation
>
edge
Pairings
edgePairings
:
Record
<
string
,
string
[]
>
edges
edges
:
FundamentalDiagramEdge
[]
face
Boundary
Words
faceBoundaryWords
:
Record
<
string
,
string
>
faces
faces
:
FundamentalDiagramFace
[]
id
id
:
string
Optional
metadata
metadata
?:
FundamentalDiagramMetadata
name
name
:
string
vertex
Labels
vertexLabels
:
Record
<
string
,
string
>
vertices
vertices
:
FundamentalDiagramVertex
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edge
Labels
edge
Orientations
edge
Pairings
edges
face
Boundary
Words
faces
id
metadata
name
vertex
Labels
vertices
Math3D Full Project API
Loading...