yt.visualization.volume_rendering.camera.Camera.roll

Camera.roll(theta)[source]

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)