objectgraphics/
visgrmodel__define.pro
includes main-level programSubclass of IDLgrModel with some extra abilities, like rotating around a point besides the origin.
Class description for visgrmodel
Inheritance
- IDLGRMODEL
All ancestor classes: IDLGRMODEL IDLGRCONTAINER IDL_CONTAINER IDLGRCOMPONENT IDLITCOMPONENT
Routines
visgrmodel::rotate [, axis] [, angle] [, about=fltarr(3)] [, _extra=keywords]
Rotate the model, possibly about a non-origin point.
visgrmodel__define
Define instance variables.
Routine details
top visgrmodel::rotate
visgrmodel::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: | Mon Nov 29 18:32:37 2010 |
Lines: | 84 |
Docformat: | rst rst |