Math3D Full Project API
    Preparing search index...
    type QuotientIncidence = {
        edgeToFaces: Record<string, string[]>;
        vertexToEdges: Record<string, string[]>;
    }
    Index

    Properties

    edgeToFaces: Record<string, string[]>
    vertexToEdges: Record<string, string[]>