Mesh: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 23:26:50 +02:00
committed by wwmayer
parent bc8e9f5f29
commit e613167d8d
48 changed files with 116 additions and 177 deletions

View File

@@ -72,12 +72,6 @@ using namespace MeshCoreFit;
CylinderFit::CylinderFit()
: _vBase(0,0,0)
, _vAxis(0,0,1)
, _dRadius(0)
, _numIter(0)
, _posConvLimit(0.0001)
, _dirConvLimit(0.000001)
, _vConvLimit(0.001)
, _maxIter(50)
{
}