Fade2D Documentation pages v2.14
Delaunay Features
Bbox2.h File Reference
#include "Segment2.h"
#include "common.h"

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)
 

Function Documentation

◆ getBox() [1/2]

Bbox2 GEOM_FADE2D::getBox ( std::vector< Point2 * > &  vP)

Compute the bounding box.

Computes the bounding box of points

◆ getBox() [2/2]

Bbox2 GEOM_FADE2D::getBox ( std::vector< Point2 > &  vP)

Compute the bounding box.

Computes the bounding box of points

◆ intersection()

Bbox2 GEOM_FADE2D::intersection ( const Bbox2 a,
const Bbox2 b 
)
inline

Print the box.

Prints the box coordinates to stream