PK_LBALL_radius_t   

typedef int PK_LBALL_radius_t;

Used in:

PK_LATTICE_clip_o_t


This datatype specifies how the radii of new lballs are determined.

PK_LBALL_radius_t can take the values:

    PK_LBALL_radius_interpolate_c   The new lball radius is linearly
                                    interpolated from those at either end of
                                    the original lrod according to the distance
                                    from the surviving lball.
    PK_LBALL_radius_lrod_c          New lballs have the same radius as the
                                    lrod at the clipping point.