Click or drag to resize

BezierCurveFlattenerIsAngleBelowCriterion Method

Determines whether the angle between v1 and v2 is below the configured criterium, using the cosine of the angle.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsAngleBelowCriterion(
	PointD2D v1,
	PointD2D v2
)

Parameters

v1  PointD2D
First vector.
v2  PointD2D
Second vector.

Return Value

Boolean
True if the angle is below the criterium; otherwise, false.
See Also