Move: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''move''' translates the camera about one of the three primary 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=== | ||
[[Cmd turn]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center,]] [[Cmd clip]] | |||
[[Category:Commands|move]] | [[Category:Commands|move]] |
Revision as of 19:41, 13 June 2005
DESCRIPTION
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
Cmd turn, Cmd rotate, Cmd translate, Cmd zoom, Cmd center, Cmd clip