computeAngle#
- pyCGM2.Math.geometry.computeAngle(u1: ndarray, v1: ndarray) float #
Compute the angle between two vectors.
- Parameters:
u1 (np.ndarray) – First vector.
v1 (np.ndarray) – Second vector.
- Returns:
float – Angle in radians between the two vectors.