ji-lattice
    Preparing search index...

    Type Alias MultiVertex

    A vertex of a 2D graph.

    type MultiVertex = {
        indices: number[];
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    indices: number[]

    Indices to input array.

    x: number

    Horizontal coordinate.

    y: number

    Vertical coordinate.