C# Class GeoGen.Constructor.CenterOfCircleConstructor

The IObjectConstructor for PredefinedConstructionType.CenterOfCircle>.
Inheritance: GeoGen.Constructor.PredefinedConstructorBase
Afficher le fichier Open project: PatrikBak/GeoGen

Méthodes publiques

Méthode Description
CenterOfCircleConstructor ( IConstructorFailureTracer tracer ) : GeoGen.AnalyticGeometry

Initializes a new instance of the CenterOfCircleConstructor class.

Méthodes protégées

Méthode Description
Construct ( Array input ) : IAnalyticObject

Method Details

CenterOfCircleConstructor() public méthode

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

Construct() protected méthode

protected Construct ( Array input ) : IAnalyticObject
input Array
Résultat IAnalyticObject