Functions | |
void | Insert_NURBS_Surface (int u_degree, int v_degree, int u_count, int v_count, const HC_POINT *points, const float *weights, const float *u_knots, const float *v_knots) |
HC_KEY | KInsert_NURBS_Surface (int u_degree, int v_degree, int u_count, int v_count, const HC_POINT *points, const float *weights, const float *u_knots, const float *v_knots) |
void | QInsert_NURBS_Surface (const char *segment, int u_degree, int v_degree, int u_count, int v_count, const HC_POINT *points, const float *weights, const float *u_knots, const float *v_knots) |
HC_KEY | QKInsert_NURBS_Surface (const char *segment, int u_degree, int v_degree, int u_count, int v_count, const HC_POINT *points, const float *weights, const float *u_knots, const float *v_knots) |
void | DInsert_NURBS_Surface (int u_degree, int v_degree, int u_count, int v_count, const HC_POINT *points, const double *weights, const double *u_knots, const double *v_knots) |
HC_KEY | DKInsert_NURBS_Surface (int u_degree, int v_degree, int u_count, int v_count, const HCD_POINT *points, const double *weights, const double *u_knots, const double *v_knots) |
void | DQInsert_NURBS_Surface (const char *segment, int u_degree, int v_degree, int u_count, int v_count, const HCD_POINT *points, const double *weights, const double *u_knots, const double *v_knots) |
HC_KEY | DQKInsert_NURBS_Surface (const char *segment, int u_degree, int v_degree, int u_count, int v_count, const HCD_POINT *points, const double *weights, const double *u_knots, const double *v_knots) |