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) |