mirror of https://github.com/CGAL/cgal
Update aabb_tree.txt
This commit is contained in:
parent
d6bbdadf5f
commit
4739482b47
|
|
@ -189,7 +189,7 @@ example illustrates this for two polyhedral surfaces.
|
|||
\subsection aabb_tree_examples_7 Trees of Custom Primitives
|
||||
|
||||
The AABB tree example folder contains three examples of trees
|
||||
constructed with customize primitives. In \ref AABB_tree/AABB_custom_example.cpp "AABB_custom_example.cpp"
|
||||
constructed with custom primitives. In \ref AABB_tree/AABB_custom_example.cpp "AABB_custom_example.cpp"
|
||||
the primitive contains triangles which are defined by three pointers
|
||||
to custom points. In \ref AABB_tree/AABB_custom_triangle_soup_example.cpp "AABB_custom_triangle_soup_example.cpp" all input
|
||||
triangles are stored into a single array so as to form a triangle
|
||||
|
|
|
|||
Loading…
Reference in New Issue