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>
Classes | |
class | Point< T > |
A simple two dimensional vector (plainvector) implementation. More... | |
class | BoundingBox< T > |
A class to calculate or store the bounding box of plainvectors. More... | |
class | XMap< M > |
class | ConstXMap< M > |
Constant (read only) version of XMap. More... | |
class | YMap< M > |
class | ConstYMap< M > |
Constant (read only) version of YMap. More... | |
class | NormSquareMap< M > |
Namespaces | |
namespace | lemon |
The namespace of LEMON. | |
namespace | lemon::dim2 |
Tools for handling two dimensional coordinates. |