PK_LATTICE_find_box_r_t   
struct PK_LATTICE_find_box_r_s
    {
    int                  r_t_version; --- version number of return structure
    PK_BOX_t             lattice_box; --- bounding box of the lattice
    };
typedef struct PK_LATTICE_find_box_r_s PK_LATTICE_find_box_r_t;


A structure packaging the results of PK_LATTICE_find_box.

Used in:

PK_LATTICE_find_box
PK_LATTICE_find_box_r_f


The structure has the following fields:

'lattice_box'   The axis-aligned bounding box.

The function PK_LATTICE_find_box_r_f may be used to free associated memory.

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