|
static GU_PrimPoly * | makeGrevillePoly (const GEO_Curve &curve, GU_Detail *dest) |
|
static int | intersect (const GEO_Curve &curve, const GEO_Primitive &prim, UT_Array< GU_RayInfoHit > &hitList, float tol=0.01F, int ignoretrim=1) |
|
static GEO_Primitive * | convert (GEO_Curve *curve, GEO_ConvertParms &parms, GA_PointGroup *usedpts) |
|
static GEO_Primitive * | convertNew (GEO_Curve *curve, GEO_ConvertParms &parms) |
|
static GEO_Hull * | convertToSurfNew (GEO_Curve *curve, GEO_ConvertParms &parms) |
|
static GEO_Primitive * | convertToPoly (GEO_Curve *curve, GEO_ConvertParms &parms) |
|
static GEO_Hull * | convertToTrim (GEO_Curve *curve, GEO_ConvertParms &parms) |
|
static GEO_Hull * | convertToPotatoChip (GEO_Curve *curve, GA_ElementWranglerCache &w) |
|
static bool | create (GEO_Curve &curve, GA_Size nelems, bool closed, bool appendPoints=true) |
|
static void | evaluationInterval (const GEO_Curve &curve, float lod, float &ustart, float &ustop, int &nu) |
|
static bool | evaluateCurve (const GEO_Curve &curve, GEO_ConvertMethod &method, UT_Vector4Array &pos) |
|
Definition at line 35 of file GU_Curve.h.