- Incremental builder:
- Changed ABSOLUTE to ABSOLUTE_INDEXING.
- Changed RELATIVE to RELATIVE_INDEXING.
- Made add_vertex(), begin_facet(), and end_facet() return
useful handles.
- Added test_facet() to check for valid facets before modifying.
- Added vertex( size_t i) to return Vertex_handle for index i.
- Added release note about old/new design to documentation.
- Documentation ispelled.
- Added allocators to Polyhedron.
- Stop testing new design with disabled compilers (MSVC6).
- Changed examples to work with bcc.
- Fixed typename problem for MSVC in Polyhedron_old/Polyhedron_3.h.
- Removed support for normals.
- Added Plane_iterator.
- New naming scheme for concepts.
- New kernel traits introduced.
- Changed name of Polyhedron_default_traits_3.h to Polyhedron_traits_3.h.
- Revised example files and doc.