Donner
Embeddable browser-grade SVG2 engine
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"

Collaboration diagram for donner::Path::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 in a path's edge list, used for marker placement.


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