#include <customgui_splinecontrol.h>
Represents a knot in a spline .
公共成员函数 |
|
| CustomSplineKnot () | |
Public Attributes |
|
| 向量 | vPos |
| Int32 | lFlagsSettings |
| Bool | bSelect |
| 向量 | vTangentLeft |
| 向量 | vTangentRight |
| CustomSplineKnotInterpolation | interpol |
运算符 |
|
| Bool | operator== ( CustomSplineKnot &k) |
| Bool | operator!= ( CustomSplineKnot &k) |
| CustomSplineKnot | ( | ) |
Default constructor.
| Bool operator== | ( | CustomSplineKnot & | k | ) |
Equality operator. Checks if two knots are equal.
| [in] | k | A spline knot. |
| Bool operator!= | ( | CustomSplineKnot & | k | ) |
Inequality operator. Checks if two knots are not equal.
| [in] | k | A spline knot. |
| 向量 vPos |
Knot position.
| Int32 lFlagsSettings |
Knot flags: FLAG_KNOT
| Bool bSelect |
Internal select state. Do not change this.
| 向量 vTangentLeft |
Left tangent.
| 向量 vTangentRight |
Right tangent.
| CustomSplineKnotInterpolation interpol |
Spline knot's interpolation: CustomSplineKnotInterpolation .