small opt

This commit is contained in:
cxgeorge 2001-06-10 02:51:44 +00:00
parent e952d95b95
commit 4a9872dafd
1 changed files with 1 additions and 1 deletions

View File

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