摘要: struct halfedge{ Edge *hedge; Loop *hloop; Vertex *hvert; HalfEdge *next; HalfEdge *prev; int aliveh;};struct edge{ HalfEdge *he1; HalfEdge *he2; Solid *esolid; Edge *next; Edge *prev; int alive;};根据实体网格结构,struct solid{ Face ... 阅读全文
posted @ 2012-08-30 15:08 geometry_ 阅读(405) 评论(0) 推荐(0) 编辑