Click or drag to resize

GreatArcInterpolatorGranularity Property

Gets or sets the granularity, in radians, used when interpolating with Interpolate(IEnumerableCartesian). Lower granularities are more precise but create more positions.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double Granularity { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The granularity must be greater than zero.
See Also