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

    Interface CellMapExperimental

    Planar or surface-projected cellular map.

    interface CellMap {
        edges: readonly CellEdge[];
        faces: readonly CellFace[];
        vertices: readonly CellVertex[];
    }
    Index
    edges: readonly CellEdge[]
    faces: readonly CellFace[]
    vertices: readonly CellVertex[]