C# Class GeoGen.Constructor.CenterOfCircleConstructor

The IObjectConstructor for PredefinedConstructionType.CenterOfCircle>.
Inheritance: GeoGen.Constructor.PredefinedConstructorBase
Show file Open project: PatrikBak/GeoGen

Public Methods

Method Description
CenterOfCircleConstructor ( IConstructorFailureTracer tracer ) : GeoGen.AnalyticGeometry

Initializes a new instance of the CenterOfCircleConstructor class.

Protected Methods

Method Description
Construct ( Array input ) : IAnalyticObject

Method Details

CenterOfCircleConstructor() public method

Initializes a new instance of the CenterOfCircleConstructor class.
public CenterOfCircleConstructor ( IConstructorFailureTracer tracer ) : GeoGen.AnalyticGeometry
tracer IConstructorFailureTracer The tracer for unexpected analytic exceptions.
return GeoGen.AnalyticGeometry

Construct() protected method

protected Construct ( Array input ) : IAnalyticObject
input Array
return IAnalyticObject