The class BoundingBox can be used to determine the rectangular bounding box of a set of xy's.
#include <iostream>
#include <lemon/utility.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | xy |
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 an xy<>-map. More... | |
class | ConstXMap |
Constant (read only) version of XMap. More... | |
class | YMap |
Map of y-coordinates of an xy<>-map. More... | |
class | ConstYMap |
Constant (read only) version of YMap. More... | |
class | NormSquareMap |
Map of the normSquare() of an xy-map. More... |