| ShepardInterpolationFOnCompute Method |
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax protected override VectorF OnCompute(
VectorF x
)
Protected Overrides Function OnCompute (
x As VectorF
) As VectorF
protected:
virtual VectorF^ OnCompute(
VectorF^ x
) override
abstract OnCompute :
x : VectorF -> VectorF
override OnCompute :
x : VectorF -> VectorF
Parameters
- x
- Type: DigitalRune.Mathematics.AlgebraVectorF
The x value.
Return Value
Type:
VectorFThe y value.
Remarks
When this method is called,
Setup has already been
executed. And the parameter
x is not
.
See Also