cgal/Packages/Cartesian_kernel/include/CGAL/Cartesian
Sylvain Pion 386daf4cdf - Add missing functor for Plane_3(Point_3, Vector_3).
- In order to get rid of Direction_[23] at some point, I have added :
    - Line_2(Point_2, Vector_2)        ConstructLine_2
    - Line_3(Point_3, Vector_3)        ConstructLine_3
    - Ray_2(Point_2, Vector_2)         ConstructRay_2
    - Ray_3(Point_3, Vector_3)         ConstructRay_3
    - Ray_2(Point_2, Line_2)           ConstructRay_2
    - Ray_3(Point_3, Line_3)           ConstructRay_3
    - Vector_2(Line_2)                 ConstructVector_2
    - Vector_3(Line_3)                 ConstructVector_3
    - Vector_2(Ray_2)                  ConstructVector_2
    - Vector_3(Ray_3)                  ConstructVector_3
    - Vector_2(Segment_2)              ConstructVector_2
    - Vector_3(Segment_3)              ConstructVector_3
    - Vector_2 Line_2.to_vector()
    - Vector_3 Line_3.to_vector()
    - Vector_2 Ray_2.to_vector()
    - Vector_3 Ray_3.to_vector()
    - Vector_2 Segment_2.to_vector()
    - Vector_3 Segment_3.to_vector()
2003-05-11 18:44:58 +00:00
..
Aff_transformation_2.h - Finish last change : remove *handle_[23] types from the main kernel classes. 2003-01-20 11:12:52 +00:00
Aff_transformation_3.h - Finish last change : remove *handle_[23] types from the main kernel classes. 2003-01-20 11:12:52 +00:00
Aff_transformation_rep_2.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Aff_transformation_rep_3.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Cartesian_base.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
Circle_2.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Data_accessor_2.h
Direction_2.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Direction_3.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Iso_cuboid_3.h - far is rejected by VC++ (used to be a keyword). 2003-01-29 12:21:11 +00:00
Iso_rectangle_2.h - Add coordinate iterator 2003-01-22 10:03:10 +00:00
Line_2.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Line_3.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Plane_3.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
Point_2.h restablished the first const and removed the second one, and tested it before submitting ===:>- 2003-02-19 08:45:31 +00:00
Point_3.h - Change return type from PointC3 to Point_3. 2003-02-21 09:51:09 +00:00
Ray_2.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Ray_3.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Rotation_rep_2.h
Scaling_rep_2.h
Scaling_rep_3.h - Remove unused variable. 2003-02-21 09:49:46 +00:00
Segment_2.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Segment_3.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
Sphere_3.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Tetrahedron_3.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Translation_rep_2.h
Translation_rep_3.h - Remove unused variable. 2003-02-21 09:49:46 +00:00
Triangle_2.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Triangle_3.h - Remove #ifdef CGAL_CFG_TYPENAME_BUG stuff, as VC6 is not supported anymore. 2003-01-20 18:18:39 +00:00
Vector_2.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
Vector_3.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
basic_constructions_2.h
basic_constructions_3.h
distance_predicates_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
distance_predicates_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
ft_constructions_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
ft_constructions_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
function_objects.h - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
global_operators_2.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
global_operators_3.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
line_constructions_2.h Moved common functors from function_objects into Kernel_23 2003-05-09 13:27:39 +00:00
plane_constructions_3.h
point_constructions_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
point_constructions_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_directions_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_lines_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_planes_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_points_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_points_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
predicates_on_segments_2.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00
solve_3.h
vector_constructions_3.h Move functionality of some global functions into kernel functors. 2003-05-07 13:07:44 +00:00