cgal/Packages/Kernel_23/include/CGAL/Kernel
Sylvain Pion 891146a924 - Add missing functor and documentation 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:25:41 +00:00
..
Cartesian_coordinate_iterator_2.h Added #include<cstddef> otherwise SGI CC doesn't know ptrdiff_t 2003-01-29 14:38:21 +00:00
Cartesian_coordinate_iterator_3.h Added #include<cstddef> otherwise SGI CC doesn't know ptrdiff_t 2003-01-29 14:38:21 +00:00
Type_equality_wrapper.h - Add Conic_2 to Type_equality_wrapper. 2003-02-21 12:16:49 +00:00
Wutils.h - New files, gathering tools from Distance_[23]. 2003-02-21 10:42:51 +00:00
concept_archetype_functors.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
concept_archetype_interface_macros.h Added Construct_bbox_{2,3} 2003-04-11 08:05:26 +00:00
function_objects.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
interface_macros.h Added Construct_bbox_{2,3} 2003-04-11 08:05:26 +00:00