We have now a new HalfEdgeTools Repository at Gitorious:
- git@gitorious.org:halfedgetools/halfedgetools.git
Homework 2:
Implement all missing HalfEdge Operations:
- vertexStar (VertexOperations)
- incomingEdges (VertexOperations)
- removeVertex (VertexOperations)
- splitVertex (VertexOperations)
- edgeStar (VertexOperations)
- faceStar (VertexOperations)
- removeFace (FaceOperations)
- splitFace (FaceOperations)
- boundaryEdges (FaceOperations)
- triangulateStellar (FaceOperations)
- adjacentVertices (FaceOperations)
- triangulate (FaceOperations)