Jpp  17.1.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
JVector2D.hh File Reference
#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...