Rect.enclosePoints

Use this function to calculate a minimal rectangle enclosing a set of points.

struct Rect(T)
static
enclosePoints
(
in Vector2!(T)[] points
)
if (
isNumeric!T
)

Meta