bundles / scipy 1.17.1 / scipy / spatial / transform / _rotation_spline / _angular_acceleration_nonlinear_term
function
scipy.spatial.transform._rotation_spline:_angular_acceleration_nonlinear_term
Signature
def _angular_acceleration_nonlinear_term ( rotvecs , rotvecs_dot ) Summary
Compute the non-linear term in angular acceleration.
Extended Summary
The angular acceleration contains a quadratic term with respect to the derivative of the rotation vector. This function computes that.
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._angular_acceleration_nonlinear_term