MGED CMD rot

From BRL-CAD

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