SciPy

scipy.spatial.transform.Slerp.__call__

Slerp.__call__(times)[source]

Interpolate rotations.

Compute the interpolated rotations at the given times.

Parameters
timesarray_like, 1D

Times to compute the interpolations at.

Returns
interpolated_rotationRotation instance

Object containing the rotations computed at given times.