Public Member Functions | |
| PolarConfig () | |
| void | copy_from (PolarConfig &src) |
| int | equivalent (PolarConfig &src) |
| void | interpolate (PolarConfig &prev, PolarConfig &next, long prev_frame, long next_frame, long current_frame) |
Data Fields | |
| int | polar_to_rectangular |
| float | depth |
| float | angle |
| int | backwards |
| int | invert |
Definition at line 28 of file polar.C.
| void PolarConfig::copy_from | ( | PolarConfig & | src | ) |
| int PolarConfig::equivalent | ( | PolarConfig & | src | ) |
| void PolarConfig::interpolate | ( | PolarConfig & | prev, | |
| PolarConfig & | next, | |||
| long | prev_frame, | |||
| long | next_frame, | |||
| long | current_frame | |||
| ) |
| float PolarConfig::depth |
Definition at line 42 of file polar.C.
Referenced by copy_from(), equivalent(), PolarDepth::handle_event(), interpolate(), PolarEffect::load_defaults(), PolarEffect::process_realtime(), PolarEffect::read_data(), PolarEffect::save_data(), PolarEffect::save_defaults(), and PolarEffect::update_gui().
| float PolarConfig::angle |
Definition at line 43 of file polar.C.
Referenced by copy_from(), equivalent(), PolarAngle::handle_event(), interpolate(), PolarEffect::load_defaults(), PolarEffect::process_realtime(), PolarEffect::read_data(), PolarEffect::save_data(), PolarEffect::save_defaults(), and PolarEffect::update_gui().
1.5.5