GCurve.LocalApproximation (IList<PointTangent>, Double) Method

Local cubic approximation of a igCurve bounded to a certain error.
Public Shared Function LocalApproximation( _ 
ByVal Q As IList(Of PointTangent), _ 
ByVal err As Double
) As GCurve
This language is not supported or no code example is available.
public static GCurve LocalApproximation( 
IList<PointTangent> Q
double err 
)
This language is not supported or no code example is available.

Parameters

Q
IList<PointTangent>

The list of points with tangents to approximate

err
double

The maximum error allowed

Return Value

GCurve

The approximated igCurve if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition