Click or drag to resize
DigitalRuneShepardInterpolationFPower Property
Gets or sets the exponent for the power of the distance.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public float Power { get; set; }

Property Value

Type: Single
The exponent. The default value is 2.0f
Remarks
The reference data values are weighted by the inverse power of the distance: weight1 = | x - x1 | -Power.
See Also