rot_x# anri.geom.rot_x(angle)[source]# Return rotation matrix for positive right-handed rotation about the X axis by angle (degrees). Parameters: angle (float) – Rotation angle in degrees Returns: R (jax.Array) – [3,3] Rotation matrix