rename example

This commit is contained in:
Sébastien Loriot 2019-07-18 17:47:18 +02:00
parent 5a9eaa4fc5
commit 974dfe06c0
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*/