small opt
This commit is contained in:
parent
e952d95b95
commit
4a9872dafd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue