Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Tikz_Polyline Struct Reference

An open or closed polyline for TikZ rendering. More...

#include <tikzgeom.H>

Collaboration diagram for Aleph::Tikz_Polyline:
[legend]

Public Attributes

std::vector< Pointvertices
 Ordered vertices.
 
bool closed = false
 Whether to close the polyline.
 

Detailed Description

An open or closed polyline for TikZ rendering.

Unlike Polygon, this type stores raw vertices without colinearity merging. It is used by Bézier polyline approximations where every sample point must be preserved.

Definition at line 149 of file tikzgeom.H.

Member Data Documentation

◆ closed

bool Aleph::Tikz_Polyline::closed = false

Whether to close the polyline.

Definition at line 152 of file tikzgeom.H.

◆ vertices

std::vector<Point> Aleph::Tikz_Polyline::vertices

Ordered vertices.

Definition at line 151 of file tikzgeom.H.


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