Definition at line 637 of file MotionMarkSlide.cpp.
◆ Rotater()
Rotater::Rotater |
( |
float |
rotateInterval | ) |
|
|
inline |
Definition at line 639 of file MotionMarkSlide.cpp.
640 : fTimeDelta(0)
641 , fRotateInterval(rotateInterval) {}
◆ degrees()
float Rotater::degrees |
( |
| ) |
|
|
inline |
Definition at line 647 of file MotionMarkSlide.cpp.
647 {
648 return (360 * fTimeDelta) / fRotateInterval;
649 }
◆ next()
void Rotater::next |
( |
float |
timeDelta | ) |
|
|
inline |
The documentation for this class was generated from the following file: