Difference between revisions of "MGED CMD rot"

From BRL-CAD
(New page: Category:MGED =rot= __TOC__ ==Syntax== :rot x y z ==Argument(s)== : '''x''' :: X axis rotation, in degrees. : '''y''' :: Y axis rotation, in degrees. : '''z''' :: Z axis rotation...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Rot]]
 
+
[[Category:MGED view manipulation|Rot]]
 
=rot=
 
=rot=
 
__TOC__
 
__TOC__

Latest revision as of 22:34, 30 November 2009

rot[edit]

Syntax[edit]

rot x y z


Argument(s)[edit]

x
X axis rotation, in degrees.
y
Y axis rotation, in degrees.
z
Z axis rotation, in degrees.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "rot" command rotates the view or an object by xyz degrees. Exactly what is rotated and how it is rotated are dependent on MGED’s state as well as the state of the display manager. See arot for a similar capability.


Example(s)[edit]

mged> rot 0 0 45
Rotate 45 degrees about the Z axis.
mged> rot 45 45 0
Rotate 45˚ about the y axis, then rotate 45 degrees about the x axis.


See Also[edit]

arot

Page Generated by David Loman on: 10/11/2007 at: 2:04:35 PM