Home
last modified time | relevance | path

Searched refs:pointIntersectsBufferedLine (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.cpp29 bool pointIntersectsBufferedLine(const GeometryCoordinate& p, const GeometryCoordinates& line, cons… in pointIntersectsBufferedLine() function
74 if (pointIntersectsBufferedLine(p, lineA, radius)) return true; in lineIntersectsBufferedLine()
79 if (pointIntersectsBufferedLine(p, lineB, radius)) return true; in lineIntersectsBufferedLine()
87 if (pointIntersectsBufferedLine(point, polygon, radius)) return true; in polygonIntersectsBufferedPoint()