mirror of https://github.com/CGAL/cgal
AABB tree: rename segment to edge
This commit is contained in:
parent
7c56be7711
commit
5074de058e
|
|
@ -30,7 +30,7 @@ AABB_tree/include/CGAL/AABB_triangle_primitive.h -text
|
|||
AABB_tree/include/CGAL/Triangle_3_line_3_intersection.h -text
|
||||
AABB_tree/test/AABB_tree/CMakeLists.txt -text
|
||||
AABB_tree/test/AABB_tree/aabb_intersection_triangle_test.cpp -text
|
||||
AABB_tree/test/AABB_tree/aabb_projection_segment_test.cpp -text
|
||||
AABB_tree/test/AABB_tree/aabb_projection_edge_test.cpp -text
|
||||
AABB_tree/test/AABB_tree/aabb_projection_triangle_test.cpp -text
|
||||
AABB_tree/test/AABB_tree/cleanup.bat -text
|
||||
AABB_tree/test/AABB_tree/data/coverrear.off -text
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
create_single_source_cgal_program("aabb_intersection_triangle_test.cpp")
|
||||
create_single_source_cgal_program("aabb_projection_triangle_test.cpp")
|
||||
create_single_source_cgal_program("aabb_projection_segment_test.cpp")
|
||||
create_single_source_cgal_program("aabb_projection_edge_test.cpp")
|
||||
|
||||
else()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue