This is a read-only mirror of pymolwiki.org
Difference between revisions of "Turn"
Jump to navigation
Jump to search
m (6 revisions) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''turn''' rotates the camera about one of the three primary axes, centered at the origin. Also consider [[rotate]]. | |
− | + | ||
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | turn axis, angle | |
− | + | ||
− | |||
===EXAMPLES=== | ===EXAMPLES=== | ||
− | + | turn x,90 | |
− | + | turn y,45 | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.turn( string axis, float angle ) | |
− | + | </source> | |
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[move]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]] | |
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Turn]] |
+ | [[Category:View Module|Turn]] |