BezierCurveControlPoints¶
struct BezierCurveControlPoints
A structure containing control points for a Bézier curve.
Variables¶
| Name | Description |
|---|---|
| x1 | The x coordinate of the second control point. |
| y1 | The y coordinate of the second control point. |
| x2 | The x coordinate of the third control point. |
| y2 | The y coordinate of the third control point. |
Variable Details¶
x1¶
AmReal32 x1
The x coordinate of the second control point.
x2¶
AmReal32 x2
The x coordinate of the third control point.
y1¶
AmReal32 y1
The y coordinate of the second control point.
y2¶
AmReal32 y2
The y coordinate of the third control point.