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

Local cubic approximation of a curve bounded to a certain error.
Public Shared Function LocalApproximation( _ 
ByVal Q As IList(Of PointTangent), _ 
ByVal err As Double
) As Curve
This language is not supported or no code example is available.
public static Curve 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

Curve

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

.NET Framework

Supported in: 4.8

In this article

Definition