A curve control points. More...
#include <layout.h>
Public Attributes | |
| gf_point | s |
| Start. | |
| gf_point | c1 |
| Control 1. | |
| gf_point | c2 |
| Control 2. | |
| gf_point | e |
| End. | |
A curve control points.
This type stores the four points which define a cubic Bezier curve. The curve touches the start (s) and end (e) points and is guided by the beginning control point (c1) and end control point (c2)
1.8.7