CSL  6.0
PME.cpp File Reference
#include "PME.h"
#include <arpa/inet.h>

Go to the source code of this file.

Macros

#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
 PME.h – Ventriloquist See the copyright notice and acknowledgment of authors in the file COPYRIGHT Doug McCoy, 2004. More...
 
unsigned exit_count = 0
 

Macro Definition Documentation

#define signof (   x)    (((x)<0)? -1.0 : 1.0)
#define RMAX   (1.0)

Definition at line 181 of file PME.cpp.

#define MIN_GRAB_DISTANCE_SQ   (0.05)

Definition at line 330 of file PME.cpp.

Referenced by PME::check_for_grabbed_source().

Variable Documentation

double kTwoPi = 2.0 * M_PI

PME.h – Ventriloquist See the copyright notice and acknowledgment of authors in the file COPYRIGHT Doug McCoy, 2004.

Definition at line 12 of file PME.cpp.

Referenced by Orbit::calculate_new_position_in_orbit(), and Orbit::calculate_orbital_params().

unsigned exit_count = 0

Definition at line 179 of file PME.cpp.