![]() |
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.
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.