Interpolate base on this point and the other point with the given index

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
T LinearInterpolate(
	T other,
	double index
)
Function LinearInterpolate ( _
	other As T, _
	index As Double _
) As T
T LinearInterpolate(
	T other, 
	double index
)

Parameters

other
T
The other point
index
Double
The interpolation index

Return Value

The interpolated point

See Also