fix CIDs 154889, 151939, 151763, 154892, 154891, 151802, 151936, 151803, 153359

This commit is contained in:
wmayer
2016-12-18 14:12:13 +01:00
parent 0ada809ec5
commit 76c529d47d
7 changed files with 19 additions and 9 deletions

View File

@@ -55,7 +55,10 @@ struct splitPoint {
class edgeSortItem
{
public:
edgeSortItem() {}
edgeSortItem() {
startAngle = endAngle = 0.0;
idx = 0;
}
~edgeSortItem() {}
Base::Vector3d start;