PK_LATTICE_find_nabox_r_t   

struct PK_LATTICE_find_nabox_r_s
    {
    int                  r_t_version;   --- version number of return structure
    PK_NABOX_sf_t        lattice_nabox; --- bounding box of the lattice
    };
typedef struct PK_LATTICE_find_nabox_r_s PK_LATTICE_find_nabox_r_t;


A structure packaging the results of PK_LATTICE_find_nabox.

Used in:

PK_LATTICE_find_nabox
PK_LATTICE_find_nabox_r_f


The structure has the following fields:

'lattice_nabox'   The non-axis-aligned bounding box.

The function PK_LATTICE_find_nabox_r_f may be used to free associated memory.