public static Extents FromPoints(IEnumerable <Vector> pts) { return(Extents.FromPoints(pts.ToArray())); }
public Extents GetExtents() { return(Extents.FromPoints(Points)); }