#include "PME.h"#include <arpa/inet.h>Defines | |
| #define | signof(x) ( ((x)<0)? -1.0 : 1.0) |
| #define | RMAX (1.0) |
| #define | MIN_GRAB_DISTANCE_SQ (0.05) |
Variables | |
| double | kTwoPi = 2.0 * M_PI |
| unsigned | exit_count = 0 |
Referenced by PMESource::update_position().
| #define RMAX (1.0) |
| #define MIN_GRAB_DISTANCE_SQ (0.05) |
Referenced by PME::check_for_grabbed_source().
| double kTwoPi = 2.0 * M_PI |
PME.h -- Ventriloquist See the copyright notice and acknowledgment of authors in the file COPYRIGHT Doug McCoy, 2004.
Referenced by Orbit::calculate_new_position_in_orbit(), and Orbit::calculate_orbital_params().
| unsigned exit_count = 0 |
1.5.8