lqr_vmap_get_orientation — get the orientation of an LqrVMap
object
#include <lqr.h>
gint lqr_vmap_get_orientation( | LqrVMap* vmap) ; |
The function lqr_vmap_get_orientation
returns the orientation of the
LqrVMap
object pointed to by vmap
, which is 0
for
horizontally oriented maps, 1
for vertically oriented ones.
See the LqrVMap
objects format description in the page for
LqrVMap
constructor and destructor.