mirror of https://github.com/CGAL/cgal
Version 3.2
This commit is contained in:
parent
2812cf0bad
commit
3df87ac347
|
|
@ -1,3 +1,18 @@
|
|||
Version 3.2 (Sept 1 1999)
|
||||
- moved some constructions into the construction files. To this effect,
|
||||
created a few files <CGAL/Cartesian/constructions_on_..._3.h>
|
||||
- moved some predicates into the predicates files. To this effect,
|
||||
created a few files <CGAL/Cartesian/predicates_on_..._3.h>
|
||||
- the file basic_constructions should not be used any more. Will disappear in a
|
||||
few versions
|
||||
- Added a class Sphere_3.h (not tested!)
|
||||
|
||||
Version 3.1 (August 31 1999)
|
||||
- Changes decided in Dagstuhl: addition of Function_objects in the kernel
|
||||
- Creation of <CGAL/Kernel/{Construction,Predicate}_objects_{2,3}.h>
|
||||
these files will be integrated by Stefan into his packages _2 and _3
|
||||
- Addition of Point_2 in Cartesian_3 (for functionality in Plane_3)
|
||||
|
||||
Version 3.0 (August 26 1999)
|
||||
****EXTENSIVE CHANGES -- enough to warrant a new 3.0 release*****
|
||||
- new <CGAL/Cartesian/...> subdirectory
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ include/CGAL/Cartesian/Ray_3.h
|
|||
include/CGAL/Cartesian/Scaling_rep_3.h
|
||||
include/CGAL/Cartesian/Segment_3.C
|
||||
include/CGAL/Cartesian/Segment_3.h
|
||||
include/CGAL/Cartesian/Sphere_3.C
|
||||
include/CGAL/Cartesian/Sphere_3.h
|
||||
include/CGAL/Cartesian/Sphere_rep_3.h
|
||||
include/CGAL/Cartesian/Tetrahedron_3.C
|
||||
include/CGAL/Cartesian/Tetrahedron_3.h
|
||||
include/CGAL/Cartesian/Translation_rep_3.h
|
||||
|
|
@ -26,11 +29,15 @@ include/CGAL/Cartesian/Triangle_3.h
|
|||
include/CGAL/Cartesian/Vector_3.C
|
||||
include/CGAL/Cartesian/Vector_3.h
|
||||
include/CGAL/Cartesian/basic_constructions_3.h
|
||||
include/CGAL/Cartesian/constructions_on_planes_3.h
|
||||
include/CGAL/Cartesian/constructions_on_points_3.h
|
||||
include/CGAL/Cartesian/constructions_on_vectors_3.h
|
||||
include/CGAL/Cartesian/create_symlinks
|
||||
include/CGAL/Cartesian/distance_computations_3.h
|
||||
include/CGAL/Cartesian/distance_predicates_3.h
|
||||
include/CGAL/Cartesian/global_operators_3.h
|
||||
include/CGAL/Cartesian/predicates_on_planes_3.h
|
||||
include/CGAL/Cartesian/predicates_on_points_3.h
|
||||
include/CGAL/Cartesian/redefine_names_3.h
|
||||
include/CGAL/Cartesian/remove_symlinks
|
||||
include/CGAL/Cartesian/solve_3.h
|
||||
include/CGAL/constructions/kernel_ftC3.h
|
||||
include/CGAL/predicates/kernel_ftC3.h
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.1 ( 31 Aug 1999 )
|
||||
3.2 ( 1 Sep 1999 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue