Difference between revisions of "Move"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
 
'''move''' translates the camera about one of the three primary axes.
 
'''move''' translates the camera about one of the three primary axes.
  
Line 15: Line 14:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd turn]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center]], [[Cmd clip]], [[Translate]]
+
[[turn]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]], [[Translate]]
  
 
[[Category:Commands|Move]]
 
[[Category:Commands|Move]]
 
[[Category:View Module|Move]]
 
[[Category:View Module|Move]]

Revision as of 12:55, 9 November 2011

move translates the camera about one of the three primary axes.

USAGE

move axis,distance

EXAMPLES

move x,3
move y,-1

PYMOL API

cmd.move( string axis, float distance )

SEE ALSO

turn, rotate, translate, zoom, center, clip, Translate