yt.visualization.volume_rendering.camera.Camera.yaw

Camera.yaw(theta)[source]

Rotate by a given angle about the vertical axis

Yaw the view.

Parameters:

theta : float, in radians

Angle (in radians) by which to yaw the view.

Examples

>>> cam.yaw(np.pi/4)