remove trailing whitespace grrrrrrrrrrrrr

This commit is contained in:
papush! 2022-03-08 14:26:08 +01:00
parent 80a3172c77
commit 5cb78e0881

View File

@ -17,7 +17,7 @@ double pointSegmentDistance(double *p, double *a, double *b, double* direction)
vtkMath::Normalize(direction);
return vtkMath::Norm(ap, 3);
}
double h = vtkMath::ClampValue(vtkMath::Dot(ap, ab) / segSqrLength, 0., 1.);
vtkMath::MultiplyScalar(ab, h);