|
|
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.
|
Vertex in a path's edge list, used for marker placement. More...
#include "donner/base/Path.h"
Public Attributes | |
| Vector2d | point |
| Point on the path. | |
| Vector2d | orientation |
| Orientation of the path at the point, normalized. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Vertex &vertex) |
| Ostream operator for Vertex, which outputs a human-readable representation. | |
Vertex in a path's edge list, used for marker placement.