Skip to content

Commit

Permalink
Add a short description of the locate method
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 10, 2020
1 parent 361013a commit 163388a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Octree/include/CGAL/Octree.h
Expand Up @@ -299,10 +299,10 @@ class Octree {
/*!
* \brief Find the leaf node which would contain a point
*
* \todo
* Traverses the octree and finds the deepest cell that has a domain enclosing the point passed.
*
* \param p
* \return
* \param p The point to find a node for
* \return A reference to the node which would contain the point
*/
const Node &locate(const Point &p) const {

Expand Down

0 comments on commit 163388a

Please sign in to comment.