From c38157948b2c8a6e69cf57f2b23592bf96d49bc0 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Tue, 4 May 2010 10:25:17 +0000 Subject: [PATCH] from ToPolar to ToPolarRad --- src/meshlabplugins/filter_meshing/meshfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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