![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
#include "basic.h"
Functions | |
gdouble | mod (gdouble x) |
The module (mathematical) of x. | |
Variables | |
Main * | cmain |
A pointer to the context of the main program (Main::m) |
gdouble mod | ( | gdouble | x | ) |
The module (mathematical) of x.
Returns the distance that the number from zero. In other words, if the number is greater than 0, returns itself. Otherwise, return -x.