rotate
Rotates a cube any number of degrees
This program will rotate a cube any number of degrees. The rotation will
not clip any pixels from the input (i.e., the output cube will be made
large enough to contain all of the input cube). Pixels outside of the input
cube will be set to NULL.
Categories
History
Stuart Sides | 2002-10-28 | Original version |
Kim Sides | 2003-05-13 | Added application test |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-05-30 | Fixed compiler error with uninitialized variable after adding -O1 flag |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Steven Lambright | 2007-06-22 | Fixed typo in user documentation |
Steven Lambright | 2008-05-13 | Removed references to CubeInfo |