|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <cmath>Go to the source code of this file.
Macros | |
| #define | M_PI 3.1415926535897931160E0 |
| #define | M_PI_2 1.5707963267948965580E0 |
| #define | SbMinimum(a, b) |
| #define | SbMaximum(a, b) |
| #define | FCOS(x) |
| #define | FSIN(x) |
| #define | FACOS(x) |
| #define | FASIN(x) |
| #define | FTAN(x) |
| #define | FATAN(x) |
| #define | FSQRT(x) |
| #define | FPOW(x, y) |
| #define | FLOG(x) |
| #define | FLOG10(x) |
| #define | FFLOOR(x) |
| #define | FFABS(x) |
| #define | FCEIL(x) |
| #define FATAN | ( | x | ) |
Definition at line 45 of file SbMath.h.
Referenced by SoTrd::generatePrimitives().
| #define FCOS | ( | x | ) |
Definition at line 40 of file SbMath.h.
Referenced by SoTrap::computeBBox(), SoTrap::generatePrimitives(), and SoTrd::generatePrimitives().
| #define FFABS | ( | x | ) |
Definition at line 51 of file SbMath.h.
Referenced by SoTrap::computeBBox().
| #define FPOW | ( | x, | |
| y ) |
| #define FSIN | ( | x | ) |
Definition at line 41 of file SbMath.h.
Referenced by SoTrap::computeBBox(), SoTrap::generatePrimitives(), and SoTrd::generatePrimitives().
| #define FTAN | ( | x | ) |
Definition at line 44 of file SbMath.h.
Referenced by SoTrap::computeBBox(), and SoTrap::generatePrimitives().
| #define M_PI 3.1415926535897931160E0 |
Definition at line 33 of file SbMath.h.
Referenced by SoCons::generatePrimitives(), SoTubs::generatePrimitives(), MCGIDI_outputChannel_sampleProductsAtE(), nf_amc_reduced_matrix_element(), nf_gammaFunction(), G4OpenInventorQtExaminerViewer::rotateCamera(), G4OpenInventorXtExaminerViewer::rotateCamera(), SoCons::SoCons(), and SoTubs::SoTubs().
| #define SbMaximum | ( | a, | |
| b ) |
Definition at line 38 of file SbMath.h.
Referenced by Geant4_SoPolyhedron::computeBBox().
| #define SbMinimum | ( | a, | |
| b ) |
Definition at line 37 of file SbMath.h.
Referenced by Geant4_SoPolyhedron::computeBBox().