mpl_toolkits.mplot3d.proj3d.view_transformation#
- mpl_toolkits.mplot3d.proj3d.view_transformation(E, R, V, roll)[source]#
Return the view transformation matrix.
- Parameters:
- E3-element numpy array
The coordinates of the eye/camera.
- R3-element numpy array
The coordinates of the center of the view box.
- V3-element numpy array
Unit vector in the direction of the vertical axis.
- rollfloat
The roll angle in radians.