Rotation
Rotation
evo.objects.typed.types.Rotation
A rotation defined by dip azimuth, dip, and pitch angles.
as_rotation_matrix
as_rotation_matrix() -> np.ndarray
Convert the rotation to a rotation matrix.
The rotation matrix is n the pre-multiplication convention, meaning that to rotate a vector v, you compute v_rotated = R @ v.