Performs linear intepolation between two vectors at specified point
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector Lerp(
double t,
double t0,
Vector v0,
double t1,
Vector v1
)
Parameters
- t Double
- Point of intepolation
- t0 Double
- First time point
- v0 Vector
- Vector at first time point
- t1 Double
- Second time point
- v1 Vector
- Vector at second time point
Return Value
VectorIntepolated vector value at point
tSee Also