Difference between revisions of "Turn"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
'''turn''' rotates the camera about one of the three primary axes, centered at the origin.
+
'''turn''' rotates the camera about one of the three primary axes, centered at the origin.  Also consider [[rotate]].
  
 
===USAGE===
 
===USAGE===
Line 15: Line 15:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd move]], [[Cmd rotate]], [[Cmd translate]], [[Cmd zoom]], [[Cmd center]], [[Cmd clip]]
+
[[move]], [[rotate]], [[translate]], [[zoom]], [[center]], [[clip]]
  
 
[[Category:Commands|turn]]
 
[[Category:Commands|turn]]

Revision as of 14:06, 11 November 2008

DESCRIPTION

turn rotates the camera about one of the three primary axes, centered at the origin. Also consider rotate.

USAGE

turn axis, angle

EXAMPLES

turn x,90
turn y,45

PYMOL API

cmd.turn( string axis, float angle )

SEE ALSO

move, rotate, translate, zoom, center, clip