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