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 coordinateskwargs – 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
CameraBasesubclasses, but it invokes a camera-specific projection method.
- Seealso: