d3-dag
    Preparing search index...

    Interface CoordSimplexOps<N, L>

    the operators of the simplex operator

    interface CoordSimplexOps<N = never, L = never> {
        weight: SimplexWeight<N, L>;
    }

    Type Parameters

    • N = never
    • L = never
    Index

    Properties

    Properties

    weight: SimplexWeight<N, L>

    the weights for each edge