GCurve.GlobalApproximation Method

Global approximation of a igCurve bounded to a certain error.
Public Shared Function GlobalApproximation( _ 
ByVal Q As IList(Of Point3D), _ 
ByVal deg As Integer, _ 
ByVal err As Double
) As GCurve
This language is not supported or no code example is available.
public static GCurve GlobalApproximation( 
IList<Point3D> Q
int deg
double err 
)
This language is not supported or no code example is available.

Parameters

Q
IList<Point3D>

The list of points to approximate

deg
int

The degree of the approximation igCurve

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