Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
Box.h File Reference
#include <ostream>
#include "donner/base/MathUtils.h"
#include "donner/base/Vector2.h"
Include dependency graph for Box.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::Box< T >
 A 2D axis-aligned bounding box. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 

Typedefs

using donner::Boxd = Box<double>
 Shorthand for Box<double>.