#include <mathNumbers.h>
Static Public Attributes | |
const float | pi_f = 4.0 * atan(1.0) |
const float | rad_2_deg_f = 180.0 / MathNumbers::pi |
const float | deg_2_rad_f = MathNumbers::pi / 180.0 |
const float | ln2_f = log(2.0) |
const double | pi = 4.0 * atan(1.0) |
const double | ln2 = log(2.0) |
const double | rad_2_deg = 180.0 / MathNumbers::pi |
const double | deg_2_rad = MathNumbers::pi / 180.0 |
|
Definition at line 28 of file mathNumbers.cxx. |
|
Definition at line 33 of file mathNumbers.cxx. Referenced by deg_2_rad(). |
|
Definition at line 26 of file mathNumbers.cxx. |
|
Definition at line 31 of file mathNumbers.cxx. |
|
Definition at line 25 of file mathNumbers.cxx. |
|
Definition at line 30 of file mathNumbers.cxx. Referenced by Spotlight::bind(), SphereVolumeEmitter::make_copy(), SphereSurfaceEmitter::make_copy(), DiscEmitter::~DiscEmitter(), RingEmitter::~RingEmitter(), and TangentRingEmitter::~TangentRingEmitter(). |
|
Definition at line 27 of file mathNumbers.cxx. |
|
Definition at line 32 of file mathNumbers.cxx. Referenced by rad_2_deg(). |