Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::PathSpline::Vertex Struct Reference

Vertex of the path, including the orientation. More...

#include "donner/svg/core/PathSpline.h"

Collaboration diagram for donner::svg::PathSpline::Vertex:
[legend]

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 of the path, including the orientation.

Used to place markers for "<marker>".


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