UF_MOTION_curve_curve_constraint_s (view source)
 
Defined in: uf_motion_types.h
 
Also known as:
 


Data Members

name [ UF_OBJ_NAME_BUFSIZE ]
char
The name of the curve curve
constraint. If NULL, a default
name will be created.

num_curve_1_tags
int
The number of tags in the first
curve tag array.

curve_1
tag_t *
The tags of the first constraint
curves. All curves must be on
same link (or no link).

num_curve_2_tags
int
The number of tags in the second
curve tag array.

curve_2
tag_t *
The tags of the second constraint
curves. All curves must be on
same link (or no link) and the
link must be different from the
link of the first curve.