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
Vector2.h File Reference
#include <ostream>
#include "donner/base/MathUtils.h"
Include dependency graph for Vector2.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::Vector2< T >
 A 2D vector, (x, y). 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::Vector2f = Vector2<float>
 Shorthand for Vector2<float>.
using donner::Vector2d = Vector2<double>
 Shorthand for Vector2<double>.
using donner::Vector2i = Vector2<int>
 Shorthand for Vector2<int>.