Jpp
15.0.1-rc.1-highqe
the software that should make you happy
|
#include <limits>
#include <utility>
#include <cmath>
#include "JMath/JMath.hh"
#include "JGeometry2D/JVector2D.hh"
#include "JGeometry3D/JMatrix3D.hh"
Go to the source code of this file.
Classes | |
class | JGEOMETRY3D::JVector3D |
Data structure for vector in three dimensions. More... | |
Namespaces | |
JGEOMETRY3D | |
Auxiliary classes and methods for 3D geometrical objects and operations. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
typedef std::pair< double, double > | JGEOMETRY3D::JRangeZ |
< Type definition of range along y-axis. More... | |
Variables | |
static const JVector3D | JGEOMETRY3D::JVector3X_t (1, 0, 0) |
unit x-vector More... | |
static const JVector3D | JGEOMETRY3D::JVector3Y_t (0, 1, 0) |
unit y-vector More... | |
static const JVector3D | JGEOMETRY3D::JVector3Z_t (0, 0, 1) |
unit z-vector More... | |