diff --git a/src/meshlabplugins/filter_meshing/meshfilter.cpp b/src/meshlabplugins/filter_meshing/meshfilter.cpp index 26b11294c..749df771c 100644 --- a/src/meshlabplugins/filter_meshing/meshfilter.cpp +++ b/src/meshlabplugins/filter_meshing/meshfilter.cpp @@ -939,7 +939,7 @@ bool ExtraMeshFilterPlugin::applyFilter(QAction * filter, MeshDocument & md, Ric Point3f p = (*vi).P(); float ro,theta,phi; p.Y()=0; - p.ToPolar(ro,theta,phi); + p.ToPolarRad(ro,theta,phi); float thetaDeg = math::ToDeg(theta); int loopIndex =0; while(thetaDeg