Files
cgal/Mesh_2/TODO
T
Laurent Rineau 0a1b5756e5 Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
"cannot_wait_for_CGAL-3.2" to the trunk.

My idea: the branch is the real working version, and I want it to be joined
back to the trunk:

          __________________________         cannot_wait_for_CGAL-3.2 branch
         /                          \
        /                            \ 
-------------------------------------------- trunk
        S                             M

The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".

The trunk versions of these three packages have been removed already.
2006-06-06 13:38:15 +00:00

23 lines
632 B
Plaintext

- Rewrite get_cluster. [done]
- Use Compute_area_2 with three points instead of a triangle. [done]
- Implement a method to split all clusters at the beginnning.
- Histograms in the demo
- do not use default constructor of Geom_traits
- Rewrite Double_map.h [!]
- draw() called twice in mesh_demo [!]
Before CGAL-3.1:
- Update the hierachy if CDT is a CT_plus_2. [DELAYED]
- [doc] concept CDT.
- [doc] pictures [DONE]
- [doc] document Compute_area_2 in a concept. It is used in
Delaunay_mesh_criteria_2.
- Fix clusters bug: the algorithm should ignore the Shewchuck rule when
inserting point in a *big* triangle. [DONE]