Home
last modified time | relevance | path

Searched refs:lineSegmentIntersectsLineSegment (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.cpp50 bool lineSegmentIntersectsLineSegment(const GeometryCoordinate& a0, const GeometryCoordinate& a1, c… in lineSegmentIntersectsLineSegment() function
62 if (lineSegmentIntersectsLineSegment(a0, a1, b0, b1)) return true; in lineIntersectsLine()