![]() |
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.
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.