animation/animators/
visgrscaleanimator__define.pro
Scale animator.
Class description for visgrscaleanimator
Inheritance
Properties
- size init
amount to scale each dimension
- _extra init
Routines
visgrscaleanimator::animate, progress
Do the transition.
visgrscaleanimator::reset
Reset the animator.
result = visgrscaleanimator::init( [size=fltarr(3)] [, _extra=keywords])
Create a scale animator.
visgrscaleanimator__define
Define instance variables.
Routine details
top visgrscaleanimator::animate
visgrscaleanimator::animate, progress
Do the transition.
Parameters
- progress in required type=float
progress of the transition, 0 to 1
top visgrscaleanimator::init
result = visgrscaleanimator::init( [size=fltarr(3)] [, _extra=keywords])
Create a scale animator.
Return value
1 for success, 0 for failure
Keywords
- size in optional type=fltarr(3)
amount to scale each dimension
- _extra in optional type=keywords
keyword to VISgrAnimator::init
File attributes
Modification date: | Mon Nov 29 18:32:10 2010 |
Lines: | 77 |
Docformat: | rst rst |