Function ProSplinedataInit
Description
Initializes a spline data structure.
Synopsis
#include <ProCurvedata.h>
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
*/
)
Returns
The function successfully initialized the spline data structure.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?