struct PK_fxf_error_s
{
PK_fxf_fault_t fault; --- blend fault
int n_topols; --- number of topols
PK_TOPOL_t *topols; --- associated topology
int n_points; --- number of points
PK_VECTOR_t *points; --- error points
int n_dists; --- number of lengths
double *dists; --- error lengths
};
typedef struct PK_fxf_error_s PK_fxf_error_t;
This structure returns blending faults and associated data
This typedef is described in the documentation of PK_FACE_make_blend.