bundles / scipy 1.17.1 / scipy / spatial / transform / _rotation_spline / _compute_angular_rate
function
scipy.spatial.transform._rotation_spline:_compute_angular_rate
Signature
def _compute_angular_rate ( rotvecs , rotvecs_dot ) Summary
Compute angular rates given rotation vectors and its derivatives.
Parameters
rotvecs: ndarray, shape (n, 3)Set of rotation vectors.
rotvecs_dot: ndarray, shape (n, 3)Set of rotation vector derivatives.
Returns
: ndarray, shape (n, 3)
Aliases
-
scipy.spatial.transform._rotation_spline._compute_angular_rate