Browse Source

small opt

cxgeorge 24 years ago
parent
commit
4a9872dafd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/builder/mesherFanMaker.I

+ 1 - 1
panda/src/builder/mesherFanMaker.I

@@ -144,7 +144,7 @@ compute_angle() const {
     angle += acos(dot(v1, v2));
     angle += acos(dot(v1, v2));
   }
   }
 
 
-  return angle * 180.0 / MathNumbers::pi;
+  return rad_2_deg(angle);
 }
 }
 
 
 template <class PrimType>
 template <class PrimType>