lenght -> length

This commit is contained in:
Rebecca Cox
2018-03-13 10:55:35 +01:00
parent 60adcf299a
commit ae077b86fd
2 changed files with 3 additions and 3 deletions
@@ -69,7 +69,7 @@ private:
void clearComputedData();
void updateFilteredPipeCenterCoords();
size_t findFirstSegmentWithLenght(double squareDistanceTolerance);
size_t findFirstSegmentWithLength(double squareDistanceTolerance);
static void computeCircle(double radius, size_t tesselationCount, const cvf::Vec3d& center, const cvf::Vec3d& orient1, const cvf::Vec3d& orient2, std::vector<cvf::Vec3d>* nodes);