Searched refs:LocateNode (Results 1 – 5 of 5) sorted by relevance
122 Node& SweepContext::LocateNode(Point& point) in LocateNode() function in p2t::SweepContext125 return *front_->LocateNode(point.x); in LocateNode()
42 Node* AdvancingFront::LocateNode(const double& x) in LocateNode() function in p2t::AdvancingFront
77 Node* LocateNode(const double& x);
69 Node& LocateNode(Point& point);
77 Node& node = tcx.LocateNode(point); in PointEvent()