public static bool PointInSimpleRect(Vector2d point, params Vector2d[] rect) { return(PointInSimpleRect(point, Rect2d.FromBoundingBox(rect))); }