Public Member Functions | |
| RotateConfig () | |
| int | equivalent (RotateConfig &that) |
| void | copy_from (RotateConfig &that) |
| void | interpolate (RotateConfig &prev, RotateConfig &next, long prev_frame, long next_frame, long current_frame) |
Data Fields | |
| float | angle |
| float | pivot_x |
| float | pivot_y |
| int | draw_pivot |
Definition at line 26 of file rotate.C.
| int RotateConfig::equivalent | ( | RotateConfig & | that | ) |
| void RotateConfig::copy_from | ( | RotateConfig & | that | ) |
| void RotateConfig::interpolate | ( | RotateConfig & | prev, | |
| RotateConfig & | next, | |||
| long | prev_frame, | |||
| long | next_frame, | |||
| long | current_frame | |||
| ) |
| float RotateConfig::angle |
Definition at line 39 of file rotate.C.
Referenced by copy_from(), RotateWindow::create_objects(), equivalent(), RotateText::handle_event(), RotateFine::handle_event(), RotateToggle::handle_event(), RotateEffect::handle_opengl(), interpolate(), RotateEffect::load_defaults(), RotateEffect::process_buffer(), RotateEffect::read_data(), RotateEffect::save_data(), RotateEffect::save_defaults(), RotateWindow::update_fine(), RotateWindow::update_text(), and RotateWindow::update_toggles().
| float RotateConfig::pivot_x |
Definition at line 40 of file rotate.C.
Referenced by copy_from(), equivalent(), RotateX::handle_event(), RotateEffect::handle_opengl(), interpolate(), RotateEffect::load_defaults(), RotateEffect::process_buffer(), RotateEffect::read_data(), RotateEffect::save_data(), RotateEffect::save_defaults(), and RotateWindow::update_fine().
| float RotateConfig::pivot_y |
Definition at line 41 of file rotate.C.
Referenced by copy_from(), equivalent(), RotateY::handle_event(), RotateEffect::handle_opengl(), interpolate(), RotateEffect::load_defaults(), RotateEffect::process_buffer(), RotateEffect::read_data(), RotateEffect::save_data(), RotateEffect::save_defaults(), and RotateWindow::update_fine().
Definition at line 42 of file rotate.C.
Referenced by copy_from(), equivalent(), RotateDrawPivot::handle_event(), RotateEffect::handle_opengl(), interpolate(), RotateEffect::load_defaults(), RotateEffect::process_buffer(), RotateEffect::read_data(), RotateEffect::save_data(), RotateEffect::save_defaults(), and RotateWindow::update_toggles().
1.5.5