HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FitCubic.h File Reference
#include "UT_API.h"
#include "UT_Vector2.h"
#include "UT_FitCubicImpl.h"
+ Include dependency graph for UT_FitCubic.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_FitCubicT< T >
 
struct  UT_FitCubicT< T >::Span
 

Typedefs

typedef UT_FitCubicT< fprealUT_FitCubicR
 
typedef UT_FitCubicT< fpreal32UT_FitCubicF
 
typedef UT_FitCubicT< fpreal64UT_FitCubicD
 
typedef UT_FitCubicT< floatUT_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 Documentation

Definition at line 176 of file UT_FitCubic.h.

Definition at line 175 of file UT_FitCubic.h.

Definition at line 174 of file UT_FitCubic.h.

Definition at line 173 of file UT_FitCubic.h.

Enumeration Type Documentation

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.