Jpp
17.3.0
the software that should make you happy
|
#include <limits>
#include <utility>
#include <cmath>
#include "JMath/JMath.hh"
#include "JGeometry2D/JMatrix2D.hh"
Go to the source code of this file.
Classes | |
class | JGEOMETRY2D::JVector2D |
Data structure for vector in two dimensions. More... | |
Namespaces | |
JGEOMETRY2D | |
Auxiliary classes and methods for 2D geometrical objects and operations. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
typedef std::pair< double, double > | JGEOMETRY2D::JRangeX |
Type definition of range along x-axis. More... | |
typedef std::pair< double, double > | JGEOMETRY2D::JRangeY |
Type definition of range along y-axis. More... | |
Functions | |
bool | JGEOMETRY2D::getCCW (const JVector2D &a, const JVector2D &b, const JVector2D &c) |
Check sequence of three points. More... | |