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.TF.Util
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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