#include <math.h>#include "os_types.h"Include dependency graph for os.h:

Go to the source code of this file.
Defines | |
| #define | M_PI (3.1415926536f) |
| #define | min(x, y) ((x)>(y)?(y):(x)) |
| #define | max(x, y) ((x)<(y)?(y):(x)) |
|
|
Definition at line 36 of file os.h. Referenced by Sheet::calculateFunction(), Opie::Ui::OImageEffect::contrastHSV(), Gfx::doRadialShFill(), SFCave::draw(), Opie::Ui::OImageEffect::generateNoise(), Opie::Ui::OImageEffect::implode(), KAsteroidsView::processShip(), and Opie::Ui::OImageEffect::wave(). |
|
|
1.4.2