SVG for C++
|
Represents the top left and bottom right corners of a bounding rectangle. More...
#include <svg.hpp>
Inherits SVG::QuadCoord.
Public Member Functions | |
BoundingBox (double a, double b, double c, double d) | |
BoundingBox | operator+ (const BoundingBox &other) |
Additional Inherited Members | |
Public Attributes inherited from SVG::QuadCoord | |
double | x1 |
double | x2 |
double | y1 |
double | y2 |
Represents the top left and bottom right corners of a bounding rectangle.
|
inline |
Return a new bounding box which envelopes both original boxes