PK_UV_t   


struct PK_UV_s
    {
    double param[2];
    };
typedef struct PK_UV_s PK_UV_t;



This structure represents a position in a surface's parameter space.


The components are as follows:

    `param[0]'  U parameter of surface
    `param[1]'  V parameter of surface