figureone
    Preparing search index...

    Type Alias TypeParsableBorder

    TypeParsableBorder: TypeParsablePoint[] | TypeParsablePoint[][]

    A border is an array of points defining a contigous, closed border.

    Array<TypeParsablePoint> | Array<Array<TypeParsablePoint>>

    If a border is not contigous, but rather is several "islands" of contigous, closed borders, then an array of point arrays can be used, where each point array is one island.