Searched refs:newCurrentVertex (Results 1 – 1 of 1) sorted by relevance
365 …GeometryCoordinate newCurrentVertex = *currentCoordinate + convertPoint<int16_t>(util::round(conve… in addGeometry() local366 distance += util::dist<double>(newCurrentVertex, *currentCoordinate); in addGeometry()367 …addCurrentVertex(newCurrentVertex, distance, *nextNormal, 0, 0, false, startVertex, triangleStore); in addGeometry()368 currentCoordinate = newCurrentVertex; in addGeometry()