calc_sector_angle: Check for real division by zero not with epsilon that was way to large

This commit is contained in:
Jan Möbius
2018-01-05 11:05:08 +01:00
parent 62c22a0100
commit 548a73bfad
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
<li>Added 1-4 triangle split funtion(splits all edges at Midpoints)</li>
<li>Boost range support (Thanks to Bastian Pranzas for the patch)</li>
<li>Made the face and edge split operations that copy properties also copy builtin properties</li>
<li>calc_sector_angle: Check for real division by zero not with epsilon that was way to large</li>
</ul>
<b>Utils</b>