EllipseResult constructor

EllipseResult({
  1. OpSet? opSet,
  2. List<PointD>? estimatedPoints,
})

Implementation

EllipseResult({this.opSet, this.estimatedPoints});