Skip to content

float -> double conversion related to vtkMath::Pi

Sean McBride requested to merge seanm/vtk:triangle-cleanup into master

Once upon a time, vtkMath::Pi was float, not double.

Cleanup some adjacent usage of vtkMath::Pi to also change float -> double.

Merge request reports