Searched refs:segmentDist (Results 1 – 1 of 1) sorted by relevance
48 const auto segmentDist = util::dist<float>(a, b); in resample() local51 while (markedDistance + spacing < distance + segmentDist) { in resample()54 float t = (markedDistance - distance) / segmentDist, in resample()72 distance += segmentDist; in resample()