Public Member Functions | |
| ZoomBlurConfig () | |
| int | equivalent (ZoomBlurConfig &that) |
| void | copy_from (ZoomBlurConfig &that) |
| void | interpolate (ZoomBlurConfig &prev, ZoomBlurConfig &next, long prev_frame, long next_frame, long current_frame) |
Data Fields | |
| int | x |
| int | y |
| int | radius |
| int | steps |
| int | r |
| int | g |
| int | b |
| int | a |
Definition at line 26 of file zoomblur.C.
| ZoomBlurConfig::ZoomBlurConfig | ( | ) |
| int ZoomBlurConfig::equivalent | ( | ZoomBlurConfig & | that | ) |
| void ZoomBlurConfig::copy_from | ( | ZoomBlurConfig & | that | ) |
| void ZoomBlurConfig::interpolate | ( | ZoomBlurConfig & | prev, | |
| ZoomBlurConfig & | next, | |||
| long | prev_frame, | |||
| long | next_frame, | |||
| long | current_frame | |||
| ) |
Definition at line 39 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 40 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 41 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 42 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 43 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 44 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 45 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 46 of file zoomblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5