UF_MODL_law_spine_pt_val_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
This structure is used in conjunction with the law spine structure to
define points and associated values on a spine.


Data Members

pt [ 3 ]
double
Point coordinates at which to associate
the corresponding value. The closest
point on the spine to this point is used.
If the spine is closed and the end point
is put in the array twice, the beginning
of the spine is used for the first point
and the ending for the second point.

value [ MAX_LINE_BUFSIZE ]
char
The value assigned to the law at the
given point.