Mmatrix: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''mmatrix''' sets up a matrix to be used for the first frame of the movie.
  "mmatrix" sets up a matrix to be used for the first frame of the movie.
 
===USAGE===
===USAGE===
   
  mmatrix {clear|store|recall}
  mmatrix {clear|store|recall}
 
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.mmatrix( string action )
cmd.mmatrix( string action )
</source>
</source>


===EXAMPLES===
===EXAMPLES===
   
  mmatrix store  
  mmatrix store  


[[Category:Commands|mmatrix]]
[[Category:Commands|mmatrix]]

Revision as of 19:40, 13 June 2005

DESCRIPTION

mmatrix sets up a matrix to be used for the first frame of the movie.

USAGE

mmatrix {clear|store|recall}

PYMOL API

cmd.mmatrix( string action )

EXAMPLES

mmatrix store