public static bool IsValid(this Vector2 vector) { return(Math.IsValid(vector.x) && Math.IsValid(vector.y)); }