Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
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::Box2< 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

Typedefs
using donner::Box2d = Box2<double>
 Shorthand for Box2<double>.