Brandon DeRosier 483ca29940 [Impeller] Place Rect statics under the Rect template. (flutter/engine#47529)
`Rect::Intersection(a, b)` instead of `Intersection(a, b)`, etc.

Make them usable with other Rect variants, although `RoundOut` is not useful for integer rectangles, for example.
2023-10-31 23:57:58 +00:00
..