摘要:
public static string Mypf_Function() { var lee = 0; float d1 = 0, d2 = 0; var ret = "多面体不相交!!"; //空间两多面体 p1[0] = new Polyt... 阅读全文
摘要:
public static void Run_PolygonsIntersection() { int count = 0; Ps1[0] = new Point(0, 0); Ps1[1] = new Point(3, 0); Ps1[2] = new Point(0, 3)... 阅读全文