Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp363 const auto nextSegmentLength = util::dist<double>(*currentCoordinate, *nextCoordinate); in addGeometry() local
364 if (nextSegmentLength > 2 * sharpCornerOffset) { in addGeometry()
365 …ertPoint<double>(*nextCoordinate - *currentCoordinate) * (sharpCornerOffset / nextSegmentLength))); in addGeometry()