Name

lqr_carver_destroy — the LqrCarver object destructor

Synopsis

#include <lqr.h>
void lqr_carver_destroy(LqrCarver* carver);
 

Description

The function lqr_carver_destroy destroys the LqrCarver object pointed to by carver, and all of its attched components (visibility maps and attached carvers).

See also

lqr_carver_new(3), lqr_vmap_destroy(3)