The class dim2::BoundingBox can be used to determine the rectangular bounding box of a set of dim2::Point's.
#include <iostream>
#include <lemon/bits/utility.h>
Namespaces | |
namespace | lemon |
namespace | lemon::dim2 |
Classes | |
class | Point |
A simple two dimensional vector (plainvector) implementation. More... | |
class | BoundingBox |
A class to calculate or store the bounding box of plainvectors. More... | |
class | XMap |
Map of x-coordinates of a dim2::Point<>-map. More... | |
class | ConstXMap |
Constant (read only) version of XMap. More... | |
class | YMap |
Map of y-coordinates of a dim2::Point<>-map. More... | |
class | ConstYMap |
Constant (read only) version of YMap. More... | |
class | NormSquareMap |
Map of the normSquare() of an Point-map. More... |