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.

Used in:

PK_LBALL_ask_position
PK_LBALL_ask_position_r_f


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.

Generated on: Fri, 04 Oct 2024 12:20:10 GMT