public static void Clamp(this Rect area, Rect min_max) { Mathnv.Clamp(ref area, min_max); }
public static void Clamp(this Rect area, Vector2 pos, Vector2 size) { Mathnv.Clamp(ref area, pos, size); }