Click or drag to resize
IInterpolatableTLinearInterpolate Method
http://www.emgu.com
Interpolate base on this point and the other point with the given index

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
T LinearInterpolate(
	T other,
	double index
)

Parameters

other
Type: T
The other point
index
Type: SystemDouble
The interpolation index

Return Value

Type: T
The interpolated point
See Also