![]() |
PK_CYL_array_t |
This structure contains an array of entities of type PK_CYL_t typedef struct PK_CYL_array_s { PK_CYL_t *array; --- array of CYLinders int length; --- length of array } PK_CYL_array_t; It has the fields: 'array': array of entities of type PK_CYL_t 'length': the number of entities in 'array'