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

Represents a quadratic Bézier curve for native TikZ rendering. More...

#include <tikzgeom.H>

Collaboration diagram for Aleph::Tikz_Quadratic_Bezier:
[legend]

Public Attributes

Point p0
 Start point.
 
Point p1
 Control point.
 
Point p2
 End point.
 

Detailed Description

Represents a quadratic Bézier curve for native TikZ rendering.

Used with put_quadratic_bezier_native_in_plane to generate a .. controls (p1) .. path command.

See also
Tikz_Plane::Object, put_quadratic_bezier_native_in_plane()

Definition at line 117 of file tikzgeom.H.

Member Data Documentation

◆ p0

Point Aleph::Tikz_Quadratic_Bezier::p0

Start point.

Definition at line 119 of file tikzgeom.H.

Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_quadratic_bezier().

◆ p1

Point Aleph::Tikz_Quadratic_Bezier::p1

Control point.

Definition at line 120 of file tikzgeom.H.

Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_quadratic_bezier().

◆ p2

Point Aleph::Tikz_Quadratic_Bezier::p2

End point.

Definition at line 121 of file tikzgeom.H.

Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_quadratic_bezier().


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