mwg API
    Preparing search index...

    Interface WeightedCell<T>

    A cell reached by a weighted flood.

    interface WeightedCell<T> {
        cell: T;
        cost: number;
    }

    Type Parameters

    • T
    Index
    cell: T
    cost: number