movement.kinematics.kinematics#
Description
Compute core kinematic variables such as time derivatives of position
.
This module provides functions for computing fundamental kinematic properties
such as displacement, velocity, acceleration, speed, and path length
(distance travelled between two time points).
The movement.kinematics
subpackage encompasses a broader range of
functionality (e.g., orientations and distances ), but this file is
intended to isolate ‘true’ kinematics for clarity. In a future release, the
public API may be revised to reflect this distinction more explicitly.
Functions
Compute acceleration array in cartesian coordinates. |
|
Compute displacement array in cartesian coordinates. |
|
Compute the length of a path travelled between two time points. |
|
Compute instantaneous speed at each time point. |
|
Compute the time-derivative of an array using numerical differentiation. |
|
Compute velocity array in cartesian coordinates. |