mirror of https://github.com/CGAL/cgal
rename example
This commit is contained in:
parent
5a9eaa4fc5
commit
974dfe06c0
|
|
@ -465,7 +465,7 @@ Given two polylines we want to know if they intersect. This implementation
|
|||
creates a box for each segment of the polyline and creates two sets of boxes.
|
||||
The callback throws an exception as soon as an intersection is detected.
|
||||
|
||||
\cgalExample{Box_intersection_d/polylines.cpp}
|
||||
\cgalExample{Box_intersection_d/box_d_do_intersect_polylines.cpp}
|
||||
|
||||
\section Box_intersection_dDesign Design and Implementation History
|
||||
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
\example Box_intersection_d/proximity_custom_box_traits.cpp
|
||||
\example Box_intersection_d/triangle_self_intersect.cpp
|
||||
\example Box_intersection_d/triangle_self_intersect_pointers.cpp
|
||||
\example Box_intersection_d/polylines.cpp
|
||||
\example Box_intersection_d/box_d_do_intersect_polylines.cpp
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue