mirror of https://github.com/CGAL/cgal
aabb tree: fix compil issue
This commit is contained in:
parent
2b996f5f46
commit
f8ca4fe940
|
|
@ -50,7 +50,7 @@ The following table measures the number of intersection queries per second on th
|
|||
Function & Segment & Ray & Line & Plane \\
|
||||
\hline
|
||||
do\_intersect() & 187,868 & 185,649 & 206,096 & 377,969 \\
|
||||
any\_intersected_primitive() & 190,684 & 190,027 & 208,941 & 360,337 \\
|
||||
any\_intersected\_primitive() & 190,684 & 190,027 & 208,941 & 360,337 \\
|
||||
any\_intersection() & 147,468 & 143,230 & 148,235 & 229,336 \\
|
||||
number\_of\_intersected\_primitives() & 64,389 & 52,943 & 54,559 & 7,906 \\
|
||||
all\_intersected\_primitives() & 65,553 & 54,838 & 53,183 & 5,693 \\
|
||||
|
|
|
|||
Loading…
Reference in New Issue