CSL
6.0
|
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 |
#define signof | ( | x | ) | (((x)<0)? -1.0 : 1.0) |
Referenced by PMESource::update_position().
#define MIN_GRAB_DISTANCE_SQ (0.05) |
Definition at line 330 of file PME.cpp.
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.
Definition at line 12 of file PME.cpp.
Referenced by Orbit::calculate_new_position_in_orbit(), and Orbit::calculate_orbital_params().