Curve.LocalInterpolation (IList<PointTangent>) Method

Local interpolation.
Public Shared Function LocalInterpolation( _ 
ByVal Q As IList(Of PointTangent) _ 
) As Curve
This language is not supported or no code example is available.
public static Curve LocalInterpolation( 
IList<PointTangent> Q 
)
This language is not supported or no code example is available.

Parameters

Q
IList<PointTangent>

A list of 3D points with 3D tangent to interpolate

Return Value

Curve

The interpolated curve if the operation succeeded, null/Nothing otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition