UF_CURVE_struct_s (view source)
 
Defined in: uf_curve.h
 
Also known as:
 


Data Members

crv_data
void *
A pointer to a void structure. This structure
should be appropriately typecast to get the
correct curve structure. The different curve
structures are:
POINT_DATA, LINE_DATA, ARC_DATA, CONIC_DATA
or BEZ_DATA

crv_type
int
Curve object type. Valid types are:
UF_point_type
UF_line_type
UF_circle_type
UF_conic_type
UF_spline_type

crv_t0
double
the start parameter of the curve

crv_tscale
double
Difference between the start and end
parameters of the curve for example:
tend = crv_t0 + crv_tscale

curve_periodic
int
Periodic flag for the curve
0 = nonperiodic
1 = periodic