PK_LBALL_ask_radius_r_t   

struct PK_LBALL_ask_radius_r_s
    {
    int         r_t_version;    --- version number of return structure
    double      radius;         --- radius of lball
    };
typedef struct PK_LBALL_ask_radius_r_s PK_LBALL_ask_radius_r_t;


A structure packaging the radius of the lball.

Used in:

PK_LBALL_ask_radius
PK_LBALL_ask_radius_r_f


The structure has the following field:

'radius'        The radius of the lball.

The function PK_LBALL_ask_radius_r_f may be used to free associated memory.