Vec2.isBetween

Is this vector between those boundaries ?

struct Vec2(T)
const
bool
isBetween
(
const Vec2!T min
,
const Vec2!T max
)

Meta