iCAx开思网

标题: 求助 [打印本页]

作者: oppo521    时间: 2009-5-14 11:53
标题: 求助
如何等参数离散曲线?
很急 希望各位帮帮忙~~!
UF_MODL_evaluate_curve (
tag_t curve_id,
double * param,
int * deriv_flag,
double * pos_and_deriv );

这个具体要怎样用?
作者: zjs    时间: 2009-5-14 12:34
extern int UF_MODL_evaluate_curve (
tag_t curve_id,
double * param,
int * deriv_flag,
double * pos_and_deriv );

tag_t  curve_id Input Object identifier for the curve
double *  param Input Parameter at which to evaluate
int *  deriv_flag Input Number of derivatives to evaluate.
UF_MODL_LOC = Return the point
UF_MODL_LOC_1STDERV = Return the
point and 1st derivative
UF_MODL_LOC_1STDERV_2NDDERV =
Return the point, 1st and 2nd derivative
double *  pos_and_deriv Output Position and derivative.
Dimension of the array = 3 * (deriv_flag +1)




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3