mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
from ToPolar to ToPolarRad
This commit is contained in:
parent
23e9ce12a1
commit
c38157948b
@ -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<endAngleDeg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user