yt.visualization.volume_rendering.camera.MosaicCamera.roll

MosaicCamera.roll(theta)

Rotate by a given angle about the view normal axis

Roll the view.

Parameters:

theta : float, in radians

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

Examples

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