Searched refs:SquaredDistanceTo (Results 1 – 3 of 3) sorted by relevance
372 last_scoring_point_.SquaredDistanceTo(scoring_point) < in GetSortedControllers()397 return lhs_scoring_point->second.SquaredDistanceTo(scoring_point) < in GetSortedControllers()398 rhs_scoring_point->second.SquaredDistanceTo(scoring_point); in GetSortedControllers()440 float ControllerManagerImpl::ScoringPoint::SquaredDistanceTo( in SquaredDistanceTo() function in webrtc::ControllerManagerImpl::ScoringPoint
97 float SquaredDistanceTo(const ScoringPoint& scoring_point) const;
63 float SquaredDistanceTo(const Point3F& other) const { in SquaredDistanceTo() function