mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
805c998286
commit
b349845515
|
|
@ -1,3 +1,6 @@
|
|||
2.7.1 (19 June 2001)
|
||||
Added a #endif
|
||||
|
||||
2.7 (22 May 2001)
|
||||
Implemented segment segment intersection without making use of collinear_has_on.
|
||||
|
||||
|
|
|
|||
|
|
@ -26,3 +26,4 @@
|
|||
|
||||
#include <CGAL/Bbox_2_Line_2_intersection.h>
|
||||
#include <CGAL/Ray_2_Bbox_2_intersection.h>
|
||||
#endif // CGAL_BBOX_2_INTERSECTIONS_H
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.7 (22 May 2001)
|
||||
2.7.1 (19 Jun 2001)
|
||||
|
|
|
|||
|
|
@ -2367,6 +2367,7 @@ Saarbruecken@)
|
|||
|
||||
#include <CGAL/Bbox_2_Line_2_intersection.h>
|
||||
#include <CGAL/Ray_2_Bbox_2_intersection.h>
|
||||
#endif // CGAL_BBOX_2_INTERSECTIONS_H
|
||||
@}
|
||||
|
||||
@O@<../include/CGAL/intersection_2_1.h@>==@{@-
|
||||
|
|
|
|||
Loading…
Reference in New Issue