Requires that the bounding boxes for shapes within a shapeList are evenly spaced vertically with a set padding.

  • Parameters

    • shapes: Shape[]

      List containing the top-left, top-right, bottom-right, bottom-left points (in that order) of the axis-aligned bounding box of a shape

    • padding: Num

      Margin between bounding boxes of shapes (default: 0)

    • topToBottom: boolean

    Returns Num