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
donner::Path::Vertex Struct Reference

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.

Detailed Description

Vertex in a path's edge list, used for marker placement.


The documentation for this struct was generated from the following file: