Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
view3d.m File Reference

view3d Interactively rotate, zoom and pan the view of a 3-D plot More...

Functions

function  view3d (arg, arg2)
 view3d Interactively rotate, zoom and pan the view of a 3-D plot More...
 
function  view3d>viewact (fig, what)
 
function  view3d>view3dDownFcn ()
 
function  view3d>view3dUpFcn ()
 
function  view3d>view3dkeypressFcn ()
 
function  view3d>view3dxyFcn ()
 
function  view3d>view3dzFcn ()
 
function  view3d>view3dzoomFcn ()
 
function  view3d>view3dpanFcn ()
 
function
view3dObj = 
view3d>makeview3dObj (fig)
 
function
ViewData = 
view3d>manageViewData (how, data)
 
function shape = view3d>pointershapes (arg)
 

Detailed Description

view3d Interactively rotate, zoom and pan the view of a 3-D plot

Function Documentation

function view3dObj = view3d>makeview3dObj (   fig)
function ViewData = view3d>manageViewData (   how,
  data 
)
function shape = view3d>pointershapes (   arg)
function view3d>view3dDownFcn ( )
function view3d>view3dkeypressFcn ( )
function view3d>view3dpanFcn ( )
function view3d>view3dUpFcn ( )
function view3d>view3dxyFcn ( )
function view3d>view3dzFcn ( )
function view3d>view3dzoomFcn ( )
function view3d>viewact (   fig,
  what 
)
function view3d (   arg,
  arg2 
)

view3d Interactively rotate, zoom and pan the view of a 3-D plot

VIEW3D ROT turns on mouse-based 3-D rotation VIEW3D ZOOM turns on mouse-based 3-D zoom and pan VIEW3D OFF turns it off

VIEW3D(FIG,...) works on the figure FIG

Double click to restore the original view

hit "z" key over the figure to switch from ROT to ZOOM hit "r" key over the figure to switch from ZOOM to ROT

in ROT mode
press and hold left mouse button to rotate about screen xy axis press and hold middle mouse button to rotate about screen z axis
in ZOOM mode
press and hold left mouse button to zoom in and out press and hold middle mouse button to move the plot
inspired from rotate3d by The MathWorks, Inc.

Torsten Vogel 09.04.1999 tv.vo.nosp@m.lke@.nosp@m.bmw.d.nosp@m.e

tested under Matlab 5.2

Referenced by ib_renderModel().

Here is the caller graph for this function: