HDK
|
Go to the source code of this file.
Classes | |
class | UT_FitCubicT< T > |
struct | UT_FitCubicT< T >::Span |
Typedefs | |
typedef UT_FitCubicT< fpreal > | UT_FitCubicR |
typedef UT_FitCubicT< fpreal32 > | UT_FitCubicF |
typedef UT_FitCubicT< fpreal64 > | UT_FitCubicD |
typedef UT_FitCubicT< float > | UT_FitCubic |
Enumerations | |
enum | utFitType { UT_FIT_BEZIER = 0, UT_FIT_CUBIC = 1 } |
enum | utCurveType { UT_FIT_CURVES = 0, UT_FIT_POLYS = 1, UT_FIT_BOTH = 2 } |
typedef UT_FitCubicT<float> UT_FitCubic |
Definition at line 176 of file UT_FitCubic.h.
typedef UT_FitCubicT<fpreal64> UT_FitCubicD |
Definition at line 175 of file UT_FitCubic.h.
typedef UT_FitCubicT<fpreal32> UT_FitCubicF |
Definition at line 174 of file UT_FitCubic.h.
typedef UT_FitCubicT<fpreal> UT_FitCubicR |
Definition at line 173 of file UT_FitCubic.h.
enum utCurveType |
Enumerator | |
---|---|
UT_FIT_CURVES | |
UT_FIT_POLYS | |
UT_FIT_BOTH |
Definition at line 29 of file UT_FitCubic.h.
enum utFitType |
Enumerator | |
---|---|
UT_FIT_BEZIER | |
UT_FIT_CUBIC |
Definition at line 22 of file UT_FitCubic.h.