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