MGED CMD orot

From BRL-CAD
Revision as of 09:53, 20 November 2009 by Ssd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

orot

Syntax

orot [-i] xdeg ydeg zdeg


Argument(s)

[-i]
Optional. Intrepret values given as increments
xdeg
Rotational value about the X axis.
ydeg
Rotational value about the Y axis.
zdeg
Rotational value about the Z axis.


Return Value(s)

No Return Values for this command.


Description

The "orot" command performs a rotation of an object during matrix edit. The rotation is performed, in order: xdeg about the x axis, then ydeg about the y axis, and finally zdeg about the z axis. If the -i flag is given, then the angles are interpreted as increments to the last object rotation. The rotobj command is a synonym for orot.


Example(s)

mged> orot 0 0 35
Rotate currently edited object by 35˚ about the Z-axis from the original orientation


See Also

rotobj
oscale

Page Generated by David Loman on: 10/11/2007 at: 1:55:20 PM