All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Namespaces
dim2.h File Reference

Detailed Description

The class dim2::Point implements a two dimensional vector with the usual operations.

The class dim2::Box can be used to determine the rectangular bounding box of a set of dim2::Point's.

#include <iostream>

Classes

class  Point< T >
 Two dimensional vector (plain vector) More...
 
class  Box< T >
 Bounding box of plain vectors (points). More...
 
class  XMap< M >
 Map of x-coordinates of a Point-map. More...
 
class  ConstXMap< M >
 
class  YMap< M >
 Map of y-coordinates of a Point-map. More...
 
class  ConstYMap< M >
 
class  NormSquareMap< M >
 Map of the normSquare() of a Point-map. More...
 

Namespaces

namespace  lemon
 The namespace of LEMON.
 
namespace  lemon::dim2
 Tools for handling two dimensional coordinates.