UF_MODL_law_spine_pts_linear_cubic_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
method_type == UF_MODL_LAW_SPINE_PTS_LINEAR or UF_MODL_LAW_SPINE_PTS_CUBIC
The law evaluates to the values supplied at the corresponding spine points,
and varies linearly or cubically in between these values.


Data Members

number_of_pts_vals
int
Number of elements in the
pts_vals array.

pts_vals
UF_MODL_law_spine_pt_val_t *
Array of points on spine
curves at which values
are defined and the
corresponding values.