|
Core 1.0
|
Piecewise Bézier quadric curves. More...
#include <bezier.h>
Public Member Functions | |
| QuadricCurve | GetQuadric (int) const |
| Return the i-th QuadricCurve. | |
Protected Attributes | |
| QVector< Vector > | knots |
| Set of control points. | |
Piecewise Bézier quadric curves.
The class only stores the control points.
| QuadricCurve BezierQuadricCurve::GetQuadric | ( | int | i | ) | const |
Return the i-th QuadricCurve.
| i | Index. |