FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

trunk/libfjme/basic.c File Reference

#include "basic.h"
Include dependency graph for basic.c:

Functions

gdouble mod (gdouble x)
 The module (mathematical) of x.

Variables

Maincmain
 A pointer to the context of the main program (Main::m)

Function Documentation

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.

Author:
Fabio J. Gonzalez

Here is the caller graph for this function:


Variable Documentation

A pointer to the context of the main program (Main::m)

Author:
Fabio J. Gonzalez
All Data Structures Files Functions Variables Typedefs Defines