Exemplo n.º 1
0
 public Box3d Clip(Box3d box)
 {
     return(box.Intersection(Box));
 }