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

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

#include <tikzgeom.H>

Collaboration diagram for Aleph::Tikz_Cubic_Bezier:
[legend]

Public Attributes

Point p0
 Start point.
 
Point p1
 First control point.
 
Point p2
 Second control point.
 
Point p3
 End point.
 

Detailed Description

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.

See also
Tikz_Plane::Object, put_cubic_bezier_native_in_plane()

Definition at line 133 of file tikzgeom.H.

Member Data Documentation

◆ p0

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().

◆ p1

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().

◆ p2

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().

◆ p3

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().


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