Function sizedSeparation

  • A separation derived from a length and a gap

    This is the separation function if each node has size len and between two nodes there's an extra gap.

    Type Parameters

    • NodeDatum

    • LinkDatum

    Parameters

    • len: NodeLength<NodeDatum, LinkDatum>
    • gap: number

    Returns Separation<NodeDatum, LinkDatum>

Generated using TypeDoc