Difference between revisions of "Mmatrix"

From PyMOLWiki
Jump to navigation Jump to search
 
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 20: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