yt.visualization.volume_rendering.camera.MosaicCamera.yaw

MosaicCamera.yaw(theta)

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)