lqr_vmap_get_depth — get the depth of an LqrVMap
object
#include <lqr.h>
gint lqr_vmap_get_depth( | LqrVMap* vmap) ; |
The function lqr_vmap_get_depth
returns the depth of the LqrVMap
object
pointed to by vmap
, i.e. the maximum scaling allowed by it.
See the LqrVMap
objects format description in the page for
LqrVMap
constructor and destructor.