remove trailing whitespace grrrrrrrrrrrrr
This commit is contained in:
parent
80a3172c77
commit
5cb78e0881
@ -17,7 +17,7 @@ double pointSegmentDistance(double *p, double *a, double *b, double* direction)
|
|||||||
vtkMath::Normalize(direction);
|
vtkMath::Normalize(direction);
|
||||||
return vtkMath::Norm(ap, 3);
|
return vtkMath::Norm(ap, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
double h = vtkMath::ClampValue(vtkMath::Dot(ap, ab) / segSqrLength, 0., 1.);
|
double h = vtkMath::ClampValue(vtkMath::Dot(ap, ab) / segSqrLength, 0., 1.);
|
||||||
|
|
||||||
vtkMath::MultiplyScalar(ab, h);
|
vtkMath::MultiplyScalar(ab, h);
|
||||||
|
Loading…
Reference in New Issue
Block a user