cgal/Packages/Kernel_23/include/CGAL
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
..
Kernel - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
predicates
Aff_transformation_2.h
Aff_transformation_3.h
Bbox_2.h
Bbox_3.h
Circle_2.h
Direction_2.h
Direction_3.h
Enum_converter.h changed Enum_converter from being a class to being a struct 2003-05-08 18:55:30 +00:00
Exact_kernel.h files for the default kernels 2003-05-08 18:44:26 +00:00
Exact_kernel_with_sqrt.h files for the default kernels 2003-05-08 18:44:26 +00:00
Fourtuple.h
Handle.h - Rename Leda_like_handle to Handle, similar for Leda_like_rep to Rep. 2003-01-20 18:27:10 +00:00
Handle_for.h - Remove empty obsolete class Ref_counted. 2003-01-23 17:07:39 +00:00
Handle_for_virtual.h
Inexact_constructions_kernel.h files for the default kernels 2003-05-08 18:44:26 +00:00
Is_a_predicate.h - New Is_a_predicate<> to differentiate predicate functors from constructions. 2002-10-08 09:02:37 +00:00
Iso_cuboid_3.h - far is rejected by VC++ (used to be a keyword). 2003-01-29 11:33:20 +00:00
Iso_rectangle_2.h - Add new constructors Iso_rectangle_2(left, right, bottom, top) and 2003-01-22 10:12:36 +00:00
Kernel_archetype.h *** empty log message *** 2003-01-15 13:27:52 +00:00
Kernel_traits.h
Line_2.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
Line_3.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
New_delete_allocator.h
Object.h
Origin.h
Plane_3.h
Point_2.h - Fix buglet : class Origin was declared outside namespace CGAL. 2002-11-05 16:00:50 +00:00
Point_3.h
Ray_2.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
Ray_3.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
Segment_2.h
Segment_3.h
Simple_Handle_for.h
Sixtuple.h
Sphere_3.h
Tetrahedron_3.h
Threetuple.h
Triangle_2.h
Triangle_3.h
Twotuple.h
Vector_2.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
Vector_3.h - Add missing functor and documentation for Plane_3(Point_3, Vector_3). 2003-05-11 18:25:41 +00:00
aff_transformation_tags.h
assertions.h
basic.h *** empty log message *** 2003-01-28 07:37:23 +00:00
basic_classes.h
basic_constructions_2.h
basic_constructions_3.h
cartesian_homogeneous_conversion.h
concept_archetype_2.h *** empty log message *** 2003-01-15 13:27:52 +00:00
concept_archetype_3.h *** empty log message *** 2003-01-15 13:38:10 +00:00
determinant.h
distance_predicates_2.h
distance_predicates_3.h
enum.h - Functors rewrite. 2002-10-08 09:02:55 +00:00
functional_base.h - Remove VC++ 6 stuff. 2003-05-05 17:59:52 +00:00
functions_on_enums.h
kernel_assertions.h Keep only the functors common to both Cartesian and Homogeneous in function_objects.h 2003-05-09 13:34:06 +00:00
kernel_basic.h
kernel_to_kernel.h
known_bit_size_integers.h
memory.h - Hardcode CGAL_ALLOCATOR to std::allocator, so that libCGAL does not depend 2003-01-07 15:45:03 +00:00
misc.h
predicates_on_lines_2.h
predicates_on_points_2.h
predicates_on_points_3.h
rational_rotation.h adding some missing std:: before swap 2002-11-07 11:12:41 +00:00
representation_tags.h
solve.h
tags.h
user_classes.h - Rewrite iterator traits pointer specs. 2002-10-25 12:03:49 +00:00
utils.h