mirror of https://github.com/CGAL/cgal
fix indentation issues
This commit is contained in:
parent
145ab7e3db
commit
48a493893f
|
|
@ -395,12 +395,11 @@ public:
|
||||||
any_intersection(const Query& query) const;
|
any_intersection(const Query& query) const;
|
||||||
|
|
||||||
|
|
||||||
struct False_functor {
|
struct False_functor {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
bool operator()(const T&) const
|
bool operator()(const T&) const
|
||||||
{ return false;}
|
{ return false;}
|
||||||
|
};
|
||||||
};
|
|
||||||
|
|
||||||
/// Returns the intersection and primitive id closest to the source point of the ray
|
/// Returns the intersection and primitive id closest to the source point of the ray
|
||||||
/// query.
|
/// query.
|
||||||
|
|
@ -582,8 +581,8 @@ public:
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template<typename AABBTree, typename SkipFunctor>
|
template<typename AABBTree, typename SkipFunctor>
|
||||||
friend class AABB_ray_intersection;
|
friend class AABB_ray_intersection;
|
||||||
|
|
||||||
// clear nodes
|
// clear nodes
|
||||||
void clear_nodes()
|
void clear_nodes()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue