CentralCamera.plot_line3#

CentralCamera.plot_line3(L: Line3, **kwargs) None[source]#

Plot 3D line on virtual image plane (base method)

Parameters:
  • L (Line3) – 3D line in Plucker coordinates

  • kwargs – arguments passed to plot

The Plucker line is projected to the camera’s virtual image plane and plotted.

Note

  • Successive calls add items to the virtual image plane.

  • This method is common to all CameraBase subclasses, but it invokes a camera-specific projection method.

Seealso:

plot_point plot_line2 plot_wireframe clf