Home
last modified time | relevance | path

Searched refs:lineIntersectsLine (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.cpp54 bool lineIntersectsLine(const GeometryCoordinates& lineA, const GeometryCoordinates& lineB) { in lineIntersectsLine() function
70 if (lineIntersectsLine(lineA, lineB)) return true; in lineIntersectsBufferedLine()
123 if (lineIntersectsLine(polygonA, polygonB)) return true; in polygonIntersectsPolygon()