Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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

namespace  JGEOMETRY2D
 Auxiliary classes and methods for 2D geometrical objects and operations.
 
namespace  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.
 
typedef std::pair< double, double > JGEOMETRY2D::JRangeY
 Type definition of range along y-axis.
 

Functions

bool JGEOMETRY2D::getCCW (const JVector2D &a, const JVector2D &b, const JVector2D &c)
 Check sequence of three points.