Returns the rotation matrix.
This function returns a matrix for the counterclockwise rotation around the given axis. The input angle is in radians.
axis (Sequence[float]) – The axis to rotate around.
angle (float) – The angle in radians.
The rotation matrix as a numpy array.
ndarray[tuple[int, …], dtype[float64]]