MGED CMD orot
[edit] Syntax
- orot [-i] xdeg ydeg zdeg
[edit] 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.
[edit] Return Value(s)
- No Return Values for this command.
[edit] 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.
[edit] Example(s)
- mged> orot 0 0 35
- Rotate currently edited object by 35˚ about the Z-axis from the original orientation
[edit] See Also
- rotobj
- oscale
Page Generated by David Loman on: 10/11/2007 at: 1:55:20 PM