Searched refs:prevSegmentLength (Results 1 – 1 of 1) sorted by relevance
190 const auto prevSegmentLength = util::dist<double>(*currentCoordinate, *prevCoordinate); in addGeometry() local191 if (prevSegmentLength > 2.0 * sharpCornerOffset) { in addGeometry()192 …ertPoint<double>(*currentCoordinate - *prevCoordinate) * (sharpCornerOffset / prevSegmentLength))); in addGeometry()