5.2.7. nvector.core.interpolate

interpolate(path, ti)[source]

Returns the interpolated point along the path

Parameters
path: tuple of n-vectors (positionA, positionB)
ti: real scalar

interpolation time assuming position A and B is at t0=0 and t1=1, respectively.

Returns
point: Nvector

point of interpolation along path

Notes

The result for spherical Earth is returned.