Ejemplo n.º 1
0
 public int Difference( ref CSGPrimitive p_Other )
 {
     return 0;
 }
Ejemplo n.º 2
0
 public int Intersection( ref CSGPrimitive p_Other )
 {
     return 0;
 }
Ejemplo n.º 3
0
 public int Union( ref CSGPrimitive p_Other )
 {
     return 0;
 }