Home
last modified time | relevance | path

Searched refs:distToSegmentSquared (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dintersection_tests.cpp20 float distToSegmentSquared(const GeometryCoordinate& p, const GeometryCoordinate& v, const Geometry… in distToSegmentSquared() function
40 if (distToSegmentSquared(p, v, w) < radiusSquared) return true; in pointIntersectsBufferedLine()