|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a cubic Bézier curve for native TikZ rendering. More...
#include <tikzgeom.H>
Public Attributes | |
| Point | p0 |
| Start point. | |
| Point | p1 |
| First control point. | |
| Point | p2 |
| Second control point. | |
| Point | p3 |
| End point. | |
Represents a cubic Bézier curve for native TikZ rendering.
Used with put_cubic_bezier_native_in_plane to generate a .. controls (p1) and (p2) .. path command.
Definition at line 133 of file tikzgeom.H.
| Point Aleph::Tikz_Cubic_Bezier::p0 |
Start point.
Definition at line 135 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_cubic_bezier().
| Point Aleph::Tikz_Cubic_Bezier::p1 |
First control point.
Definition at line 136 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_cubic_bezier().
| Point Aleph::Tikz_Cubic_Bezier::p2 |
Second control point.
Definition at line 137 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_cubic_bezier().
| Point Aleph::Tikz_Cubic_Bezier::p3 |
End point.
Definition at line 138 of file tikzgeom.H.
Referenced by Aleph::Tikz_Plane::bbox_of(), and Aleph::Tikz_Plane::draw_cubic_bezier().