Functions | |
void | Edit_NURBS_Surface (HC_KEY key, int cp_offset, int weights_offset, int u_knot_offset, int v_knot_offset, int cp_replace_count, int weights_replace_count, int u_knot_replace_count, int v_knot_replace_count, const HC_POINT *points, const float *weights, const float *u_knots, const float *v_knots) |
void | DEdit_NURBS_Surface (HC_KEY key, int cp_offset, int weights_offset, int u_knot_offset, int v_knot_offset, int cp_replace_count, int weights_replace_count, int u_knot_replace_count, int v_knot_replace_count, const HCD_POINT *points, const double *weights, const double *u_knots, const double *v_knots) |
void | Edit_NURBS_Surface_Points (HC_KEY key, int cp_offset, int cp_replace_count, const HC_POINT *points) |
void | DEdit_NURBS_Surface_Points (HC_KEY key, int cp_offset, int cp_replace_count, const HCD_POINT *points) |
void | Edit_NURBS_Surface_Knots (HC_KEY key, int u_knot_offset, int v_knot_offset, int u_knot_replace_count, int v_knot_replace_count, const float *u_knots, const float *v_knots) |
void | DEdit_NURBS_Surface_Knots (HC_KEY key, int u_knot_offset, int v_knot_offset, int u_knot_replace_count, int v_knot_replace_count, const double *u_knots, const double *v_knots) |
void | Edit_NURBS_Surface_Weights (HC_KEY key, int weights_offset, int weights_replace_count, const float *weights) |
void | DEdit_NURBS_Surface_Weights (HC_KEY key, int weights_offset, int weights_replace_count, const double *weights) |