cgal/Packages/Kernel_23/test/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
..
include/CGAL - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
Cartesian.C - Add std::endl 2003-01-22 10:10:36 +00:00
Filtered_cartesian.C - Add Filtered_cartesian.C and Filtered_homogeneous.C 2003-02-21 12:15:53 +00:00
Filtered_homogeneous.C - Add Filtered_cartesian.C and Filtered_homogeneous.C 2003-02-21 12:15:53 +00:00
Homogeneous.C removed #include <CGAL/Quotient.h> 2003-01-22 09:50:03 +00:00
Simple_cartesian.C - Put all programs in test/Kernel. 2002-11-05 18:31:39 +00:00
Simple_homogeneous.C - Put all programs in test/Kernel. 2002-11-05 18:31:39 +00:00
cgal_test - Add Filtered_cartesian.C and Filtered_homogeneous.C 2003-02-21 12:15:53 +00:00
makefile - Add Filtered_cartesian.C and Filtered_homogeneous.C 2003-02-21 12:15:53 +00:00
test_kernel__.C - Remove useless file _test_misc. 2002-10-08 10:15:14 +00:00
test_kernel_archetype_2.C *** empty log message *** 2003-01-15 13:27:52 +00:00
test_kernel_archetype_3.C *** empty log message *** 2003-01-15 13:27:52 +00:00