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