Go to the source code of this file.
Classes | |
class | GEOM_FADE2D::Bbox2 |
Bbox2 is an axis aligned 2D bounding box. More... | |
Functions | |
Bbox2 | GEOM_FADE2D::getBox (std::vector< Point2 * > &vP) |
Compute the bounding box. More... | |
Bbox2 | GEOM_FADE2D::getBox (std::vector< Point2 > &vP) |
Compute the bounding box. More... | |
Bbox2 | GEOM_FADE2D::intersection (const Bbox2 &a, const Bbox2 &b) |
Print the box. More... | |
std::ostream & | GEOM_FADE2D::operator<< (std::ostream &stream, const Bbox2 &pC) |
Bbox2 GEOM_FADE2D::getBox | ( | std::vector< Point2 * > & | vP | ) |
Compute the bounding box.
Computes the bounding box of points
Bbox2 GEOM_FADE2D::getBox | ( | std::vector< Point2 > & | vP | ) |
Compute the bounding box.
Computes the bounding box of points