# Examples from pyvista.Camera.direction
# ======================================

import pyvista as pv
pl = pv.Plotter()
pl.camera.direction

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

