Click or drag to resize

CurveGetPoints Method

Provides a collection of points along the curve at the requested granularity.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual List<PointOnCurve> GetPoints(
	double granularity
)

Parameters

granularity
Type: SystemDouble
The increment of AngleSubtended used to generate the intermediate points between the initial and final points.

Return Value

Type: ListPointOnCurve
The collection of points. The points will be ordered in increasing order by Fraction
See Also