lumos.functions.Ry

lumos.functions.Ry(theta, x, y, z)[source]

Rotates points \((x, y, z)\) about y-axis by angle \(\theta\).

Parameters:
  • theta (np.ndarray or float) –

  • x (np.ndarray or float) –

  • y (np.ndarray or float) –

  • z (np.ndarray or float) –

Returns:

Rotated points \((x^{\prime}, y^{\prime}, z^{\prime})\)