DADiSP Worksheet Functions > Function Categories > 3D and 4D Graphics > MOUSEROTATE

 

MOUSEROTATE

Purpose:

Activates a mouse-driven rotation of a PLOT3D graph.

Syntax:

MOUSEROTATE

Example:

W1: rand(5)

W2: spline2(W1, 5);setplottype(4);hot

mouserotate

 

activates the mouse-driven rotation of the plot.

Remarks:

To select the axis of rotation, keep the left mouse button pressed while moving the mouse across the desired axis. Once selected, the XYZ axes will rotate as the mouse is dragged and the left button remains pressed. To redraw the graph, release the left button. To quit the mouse rotation, press [Esc] or press the right mouse button.

 

MOUSEROTATE can be abbreviated MOUSEROT.

See Also:

PLOT3D

ROTATE3D

RTSPIN

SPIN