![]() |
PK_LBALL_ask_position_r_t |
struct PK_LBALL_ask_position_r_s
{
int r_t_version; --- version number of return structure
PK_VECTOR_t position; --- position of lball
};
typedef struct PK_LBALL_ask_position_r_s PK_LBALL_ask_position_r_t;
A structure packaging the position of the lball.
The structure has the following field: 'position' The position of the lball. The function PK_LBALL_ask_position_r_f may be used to free associated memory.