
ProSplinedataInit | |
( double* par_arr /* (In) A ProArray of spline parameters */ ProPoint3d* pnt_arr /* (In) A ProArray of spline interpolant points */ ProPoint3d* tan_arr /* (In) A ProArray of tangent vectors at each point */ int num_points /* (In) The size for all the arrays */ ProCurvedata* p_curve /* (Out) The spline data structure */ ) |

The function successfully initialized the spline data structure. | |
One or more of the input arguments are invalid. |


