UF_MODL_law_curve_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
method_type == UF_MODL_LAW_CURVE. The law evaluates to the "Y" distance
between the given profile and the base curve, the profile should be in the
X-Y plane. If a base curve is not supplied, then the X axis is used as a base.


Data Members

law_profile
UF_STRING_t
Profile defining the law.

base
tag_t
Base curve of the law. If a base is not
desired, set this to NULL_TAG.

direction
UF_MODL_curve_direction_t
Indication if the base curve should
start from the beginning or end
of the curve. This is unused if no
base curve is defined.