Rotate the camera about the view axis
Syntax
camroll(dtheta)
camroll(axes_handle,dtheta)
Description
camroll(dtheta)
rotates the camera around the camera viewing axis by the amounts specified in dtheta
(in degrees). The viewing axis is defined by the line passing through the camera position and the camera target.
camroll(axes_handle,dtheta)
operates on the axes identified by the first argument, axes_handle
. When you do not specify an axes handle, camroll
operates on the current axes.
Remarks
camroll
set the Axes CameraUpVector
property and thereby also sets the CameraUpVectorMode
property to manual
.
See Also
axes
, axis
('vis3d')
, camdolly
, camorbit
, camzoom
, campan
[ Previous | Help Desk | Next ]