Click or drag to resize
GeCircularArc Constructor (Double, Double, Double, Double, Double, Double)
Initializes a new instance of the GeCircularArc class

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCircularArc(
	double xS,
	double yS,
	double xM,
	double yM,
	double xE,
	double yE
)

Parameters

xS
Type: SystemDouble
yS
Type: SystemDouble
xM
Type: SystemDouble
yM
Type: SystemDouble
xE
Type: SystemDouble
yE
Type: SystemDouble
See Also