Share via


Interpolant Class

Definition

Container for three indices and a weight for each index, everything needed to interpolate between the data associated with each index, except for the data itself.

public class Interpolant
type Interpolant = class
Public Class Interpolant
Inheritance
Interpolant

Remarks

This could be generalized to have N-indices and weights instead, for example to represent interpolation along an edge, or exact hit on a single index, or even weighted averages of N-polygons.

Constructors

Interpolant()

Fields

idx

Three indices.

weights

Three weights.

Properties

IsInterior

True if this represents a true interpolation (rather than an extrapolation).

Applies to