|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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.