Surface.LocalInterpolation Method

Local bicubic surface interpolation.
Public Shared Function LocalInterpolation( _ 
ByVal Q As Point3D(,) _ 
) As Surface
This language is not supported or no code example is available.
public static Surface LocalInterpolation( 
Point3D[,] Q 
)
This language is not supported or no code example is available.

Parameters

Q
Point3D[,]

A matrix of 3D points.

Return Value

Surface

The interpolated surface.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition