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.2.419.0 (24.2.419.0)
Syntax public virtual List<PointOnCurve> GetPoints(
double granularity
)
Public Overridable Function GetPoints (
granularity As Double
) As List(Of PointOnCurve)
public:
virtual List<PointOnCurve>^ GetPoints(
double granularity
)
abstract GetPoints :
granularity : float -> List<PointOnCurve>
override GetPoints :
granularity : float -> List<PointOnCurve>
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
FractionSee Also