Exemplo n.º 1
0
 public static Extents FromPoints(IEnumerable <Vector> pts)
 {
     return(Extents.FromPoints(pts.ToArray()));
 }
Exemplo n.º 2
0
 public Extents GetExtents()
 {
     return(Extents.FromPoints(Points));
 }