|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a quadratic Bézier curve for native TikZ rendering. More...
#include <tikzgeom.H>
Public Attributes | |
| Point | p0 |
| Start point. | |
| Point | p1 |
| Control point. | |
| Point | p2 |
| End point. | |
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.
Definition at line 117 of file tikzgeom.H.
| 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().
| 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().
| 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().