Brief Index      Full Index      I.M. Reference

Insert_NURBS_Curve File Reference


Functions

void Insert_NURBS_Curve (int degree, int cpcount, const HC_POINT *control_points, const float *weights, const float *knots, double start_u, double end_u)
HC_KEY KInsert_NURBS_Curve (int degree, int cpcount, const HC_POINT *control_points, const float *weights, const float *knots, double start_u, double end_u)
void QInsert_NURBS_Curve (const char *segment, int degree, int cpcount, const HC_POINT *control_points, const float *weights, const float *knots, double start_u, double end_u)
HC_KEY QKInsert_NURBS_Curve (const char *segment, int degree, int cpcount, const HC_POINT *control_points, const float *weights, const float *knots, double start_u, double end_u)
void DInsert_NURBS_Curve (int degree, int cpcount, const HCD_POINT *control_points, const float *weights, const float *knots, double start_u, double end_u)
HC_KEY DKInsert_NURBS_Curve (int degree, int cpcount, const HCD_POINT *control_points, const double *weights, const double *knots, double start_u, double end_u)
void DQInsert_NURBS_Curve (const char *segment, int degree, int cpcount, const HCD_POINT *control_points, const double *weights, const double *knots, double start_u, double end_u)
HC_KEY DQKInsert_NURBS_Curve (const char *segment, int degree, int cpcount, const HCD_POINT *control_points, const double *weights, const double *knots, double start_u, double end_u)

Detailed Description

Main Index
Brief Index      Full Index      I.M. Functions