vis/objectgraphics/
mggrmodel__define.pro
Subclass of IDLgrModel
with some extra abilities, like rotating around a
point besides the origin.
Class description for mggrmodel
Inheritance
- IDLGRMODEL
All ancestor classes: IDLGRMODEL IDLGRCONTAINER IDL_CONTAINER IDLGRCOMPONENT IDLITCOMPONENT
Routines
Routines from mggrmodel__define.pro
mggrmodel::rotate [, axis] [, angle] [, about=fltarr(3)] [, _extra=keywords]
Rotate the model, possibly about a non-origin point.
mggrmodel__define
Define instance variables.
Routine details
top mggrmodel::rotate
mggrmodel::rotate [, axis] [, angle] [, about=fltarr(3)] [, _extra=keywords]
Rotate the model, possibly about a non-origin point.
Parameters
- axis in optional type=fltarr(3)
axis of rotation
- angle in optional type=float
angle to rotate model by
Keywords
- about in optional type=fltarr(3)
point to rotate about
- _extra in optional type=keywords
keywords to IDLgrModel::rotate
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 37 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.