Esempio n. 1
0
 public static NuGenBox2D operator +(NuGenBox2D b, NuGenBox2D c)
 {
     return(new NuGenBox2D(NuGenPnt2D.Min(b.lower, c.lower), NuGenPnt2D.Max(b.upper, c.upper)));
 }