Ejemplo n.º 1
0
 public static CSG Intersection(udGeometry a, udGeometry b)
 {
     return(new CSG(ref a, ref b, udGeometryCSGOperation.udGCSGO_Intersection));
 }