Builder constructor

Builder({
  1. num? eps,
  2. String? type,
  3. String? buildBy,
  4. num? maxDist,
  5. num? mergeEps,
  6. num? mergeSin,
  7. num? minPonums,
  8. num? voxelSize,
  9. num? connRadius,
  10. num? wallPonums,
  11. bool? singlePlane,
  12. bool? toFindOutline,
  13. num? downSampleSize,
  14. num? thresholdErrorLow,
  15. num? thresholdErrorHigh,
})

Implementation

Builder(
    {this.eps,
    this.type,
    this.buildBy,
    this.maxDist,
    this.mergeEps,
    this.mergeSin,
    this.minPonums,
    this.voxelSize,
    this.connRadius,
    this.wallPonums,
    this.singlePlane,
    this.toFindOutline,
    this.downSampleSize,
    this.thresholdErrorLow,
    this.thresholdErrorHigh});