HDK
|
#include "GA_API.h"
#include "GA_Basis.h"
#include "GA_Defines.h"
#include "GA_KnotVector.h"
#include <UT/UT_VectorTypes.h>
#include <SYS/SYS_Types.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | UT_VectorT< T > |
class | GA_NUBBasis |
NURBS basis classes which maintain knot vectors. More... | |
Macros | |
#define | __GA_NUBBasis__ |
#define | GA_NUB_UNCLAMP_SCALE 3.0 |
Knot scale factor for unclamping end interpolating curves/surfaces. More... | |
Typedefs | |
typedef UT_VectorT< fpreal64 > | UT_Vector |
#define __GA_NUBBasis__ |
Definition at line 14 of file GA_NUBBasis.h.
#define GA_NUB_UNCLAMP_SCALE 3.0 |
Knot scale factor for unclamping end interpolating curves/surfaces.
Definition at line 34 of file GA_NUBBasis.h.
typedef UT_VectorT<fpreal64> UT_Vector |
Definition at line 29 of file GA_NUBBasis.h.