Ejemplo n.º 1
0
 public AntiSphereAntiIntersection(AntiSphere antiSphere)
 {
     _antiSphere       = antiSphere;
     _antiIntersection = AntiIntersection.CreateNullAntiIntersection();
 }
Ejemplo n.º 2
0
 public void AddAntiSphere(AntiSphere sphere)
 {
     _antiSphereList.Add(sphere);
 }