fix CIDs 154889, 151939, 151763, 154892, 154891, 151802, 151936, 151803, 153359
This commit is contained in:
@@ -55,7 +55,10 @@ struct splitPoint {
|
||||
class edgeSortItem
|
||||
{
|
||||
public:
|
||||
edgeSortItem() {}
|
||||
edgeSortItem() {
|
||||
startAngle = endAngle = 0.0;
|
||||
idx = 0;
|
||||
}
|
||||
~edgeSortItem() {}
|
||||
|
||||
Base::Vector3d start;
|
||||
|
||||
Reference in New Issue
Block a user