UF_STUDIO_stybld_curve_trans_s (view source)
 
Defined in: uf_studio.h
 
Also known as:
 
Overview
Data structure of curve transition controlling the shape of tangent holding
curves.


Data Members

trans_type
UF_STUDIO_stybld_trans_t
Transition type.

Note, depending on the transition, trans_type, only some of the three
expressions, start, end and peak, are used. All used expresions must
evaluate to non-negative values, and at least one used expression must
evaluate to a positive value.

start
char *
Expression string for start value. Used for for all transition types.

end
char *
Expression tag for end value. Used for all transition types except
constant.

peak
char *
Expression tag for peak value. Only used for non_inflecting transition
type.

slope
double
Slope value = 0...100. Only used for s-shaped transition type.

position
double
Position of middle value = 10...90. Only used for non_inflecting and
s_shaped transition type.