ixfx
    Preparing search index...
    • Returns a rectangle from two points, where it's uncertain if a/b ought to be top-left or bottom-right.

      To resolve this, we use Points.compareRowwise to determine which point is top-left and which is bottom-right.

      Parameters

      Returns { bottomRight: Point; topLeft: Point }