|
Free Electron
|
#include "fe/core.h"#include <limits>#include <math.h>#include "Vector.h"#include "Vector2.h"#include "Vector3.h"#include "Color.h"#include "Matrix.h"#include "Quaternion.h"#include "Matrix3x4.h"#include "OrthonormalBasis.h"#include "Euler.h"#include "Box.h"#include "DAGNode.h"#include "Barycenter.h"#include "math/Mass.h"#include "math/assertMath.h"#include "math/algorithms.h"
Go to the source code of this file.
Namespaces | |
| fe | |
| kernel | |
Typedefs | |
| typedef Vector< 3, Real > | fe::SpatialVector |
| typedef Matrix< 3, 3, Real > | fe::SpatialMatrix |
Enumerations | |
| enum | Axis { e_xAxis =0x00, e_yAxis =0x01, e_zAxis =0x02 } |
Variables | |
| const Real | fe::pi =Real(M_PI) |
| const Real | fe::degToRad =fe::pi/Real(180) |
| const Real | fe::radToDeg =Real(180)/fe::pi |
| const Real | fe::tol =1e-5f |
1.8.13