Difference between revisions of "Mmatrix"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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]]

Latest revision as of 14:39, 17 November 2009

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