ixfx
    Preparing search index...

    Type Alias GridNeighbours

    GridNeighbours: {
        e: Geometry.GridCell | undefined;
        n: Geometry.GridCell | undefined;
        ne: Geometry.GridCell | undefined;
        nw: Geometry.GridCell | undefined;
        s: Geometry.GridCell | undefined;
        se: Geometry.GridCell | undefined;
        sw: Geometry.GridCell | undefined;
        w: Geometry.GridCell | undefined;
    }

    Type declaration