From c488521e9f59ee6aa976b6e104385b49b8226af5 Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Wed, 4 Jun 2008 11:15:06 +0000 Subject: [PATCH] Adding changes on the 3.4 internal release --- Installation/CHANGES | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Installation/CHANGES b/Installation/CHANGES index 4523bc272ac..48add27b0f4 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -1,4 +1,42 @@ CHANGES +----------------------------- Release 3.4 ---------------------------------- +The geometric Object Circle_3 has been added to the kernel: + +Related Predicates: Equal_3, + Has_on_3: + - Sphere_3, Point_3 + - Circle_3, Point_3 + - Sphere_3, Circle_3 + - Plane_3, Circle_3 + - Sphere_3, Plane_3 + - Sphere_3, Line_3 + Bounded_side_3 + Has_on_bounded_side_3 + Has_on_unbounded_side_3 + Do_intersect_3: + - Sphere_3, Sphere_3 + - Sphere_3, Plane_3 + +Constructions: Construct_circle_3 + Construct_supporting_plane_3 + Construct_supporting_sphere_3 + Construct_diametral_sphere_3 + Intersect_3: + - Sphere_3, Sphere_3 + - Sphere_3, Plane_3 + Construct_bbox_3 + Compute_area_divided_by_pi_3 + Compute_squared_length_divided_by_pi_square_3 + Compute_approximate_squared_length_3 + Compute_approximate_area_3 + Construct_radical_plane_3 + +Member functions manipulating Circle_3 have been added to Plane_3 and Sphere_3 as well. + +Global functions: Intersections, Do_intersects and radical_plane. + +The missing intersection/do_intersect between Line_3 and Line_3 has been added as well. + ----------------------------- Release 3.4 ---------------------------------- The following functionality has been added or changed: