Move: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Jaredsampson (talk | contribs) No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
'''move''' translates the camera along one of the three primary view axes. | |||
===USAGE=== | ===USAGE=== | ||
move axis,distance | |||
====EXAMPLES==== | ====EXAMPLES==== | ||
move x,3 | |||
move y,-1 | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.move( string axis, float distance ) | |||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[turn]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]], [[Translate]] | |||
[[Category:Commands| | [[Category:Commands|Move]] | ||
[[Category:View Module|Move]] |