cgal/Packages/Cartesian_kernel/include/CGAL
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
..
Cartesian - Add missing functor for Plane_3(Point_3, Vector_3). 2003-05-11 18:44:58 +00:00
constructions - Add squared_radius(p, q). 2003-02-11 11:30:24 +00:00
predicates - Add explicit types to function templates to support expression templates 2002-10-05 16:36:18 +00:00
Cartesian.h Changed names in kernel rebind/base mechanism 2003-05-07 20:19:27 +00:00
Cartesian_converter.h added type names in Cartesian converter 2003-05-08 10:23:03 +00:00
Simple_cartesian.h Changed names in kernel rebind/base mechanism 2003-05-07 20:19:27 +00:00