Searched refs:distToSegmentSquared (Results 1 – 1 of 1) sorted by relevance
20 float distToSegmentSquared(const GeometryCoordinate& p, const GeometryCoordinate& v, const Geometry… in distToSegmentSquared() function40 if (distToSegmentSquared(p, v, w) < radiusSquared) return true; in pointIntersectsBufferedLine()