Vec2.contain

While conserving the x/y ratio, returns the smallest vector possible that can contain the other vector. (like a size) \ Does not modify this vector.

struct Vec2(T)
const
contain
(
const Vec2!T v
)

Meta