Click or drag to resize

RhumbLineInterpolator.Granularity Property

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

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

Property Value

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