Math3D Full Project API
    Preparing search index...
    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

    edgeLabels: Record<string, string>
    edgeOrientations: Record<string, Orientation>
    edgePairings: Record<string, string[]>
    faceBoundaryWords: Record<string, string>
    id: string
    name: string
    vertexLabels: Record<string, string>