#include <customgui_splinecontrol.h>
Represents a knot in a spline.
Public Member Functions | |
| CustomSplineKnot () | |
Public Attributes | |
| Vector | vPos | 
| Int32 | lFlagsSettings | 
| Bool | bSelect | 
| Vector | vTangentLeft | 
| Vector | vTangentRight | 
| CustomSplineKnotInterpolation | interpol | 
Operators | |
| 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. | 
| Vector vPos | 
Knot position.
| Int32 lFlagsSettings | 
Knot flags: FLAG_KNOT
 
| Bool bSelect | 
Internal select state. Do not change this.
| Vector vTangentLeft | 
Left tangent.
| Vector vTangentRight | 
Right tangent.
| CustomSplineKnotInterpolation interpol | 
Spline knot's interpolation: CustomSplineKnotInterpolation.