PK_TRANSF_array_t   



This structure contains an array of entities of type PK_TRANSF_t

Used in:

PK_FACE_instance_bodies


typedef struct PK_TRANSF_array_s
    {
    PK_TRANSF_t    *array;   --- array of TRANSFormations
    int             length;  --- length of array
    }
    PK_TRANSF_array_t;

It has the fields:

'array':   array of entities of type PK_TRANSF_t

'length':  the number of entities in 'array'