Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
JVector2D.hh File Reference
#include <cmath>
#include "JTools/JRange.hh"
#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
 

Typedefs

typedef JTOOLS::JRange< double > JGEOMETRY2D::JRangeX
 Type definition of range along x-axis. More...
 
typedef JTOOLS::JRange< 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...