Click or drag to resize

BezierCurveFlattener Constructor

Initializes a new instance of the BezierCurveFlattener class.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public BezierCurveFlattener(
	double angleInDegree,
	double absoluteTolerance
)

Parameters

angleInDegree  Double
Maximum angle deviation in degrees (exclusive range (0, 90)).
absoluteTolerance  Double
Maximum absolute deviation between curve and approximation (must be > 0).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when angleInDegree is not > 0 and < 90, or when absoluteTolerance is not > 0.
See Also