@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface CellEdgeExperimental

    Undirected edge in a cellular map.

    interface CellEdge {
        a: number;
        attributes: StructuredParameter;
        b: number;
        faceIds: readonly number[];
        id: number;
    }
    Index
    a: number
    b: number
    faceIds: readonly number[]
    id: number