2014年1月27日

摘要: 1 // compute self-intersection of a CGAL triangle polyhedron mesh 2 // original code from Lutz Kettner 3 #ifndef _SELF_INTERSECT_H_ 4 #define _SELF_INTERSECT_H_ 5 6 #include 7 #include 8 #include 9 10 template 11 struct Intersect_facets 12 { 13 typedef typename Kernel::Point_3 ... 阅读全文
posted @ 2014-01-27 17:20 索罗格 阅读(663) 评论(0) 推荐(0)

导航