Y-Axis 3D Rotation Matrix Calculator
Visualize and calculate 3D rotation around the Y-axis with ease. Enter the angle and see the rotation matrix and 3D representation instantly.
Rotation Matrix (Y-axis)
$$ R_y(\theta) = \begin{pmatrix} \cos(\theta) & 0 & \sin(\theta) \\ 0 & 1 & 0 \\ -\sin(\theta) & 0 & \cos(\theta) \end{pmatrix} $$