GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <ogsf.h>
Data Fields | |
int | do_rot |
double | rot_angle |
double | rot_axes [3] |
GLdouble | rotMatrix [16] |
int georot::do_rot |
Definition at line 472 of file ogsf.h.
Referenced by GS_init_rotation(), GS_set_rotation(), GS_unset_rotation(), and gsd_set_view().
double georot::rot_angle |
Definition at line 473 of file ogsf.h.
Referenced by GS_init_rotation(), GS_set_rotation(), and gsd_set_view().
double georot::rot_axes[3] |
Definition at line 474 of file ogsf.h.
Referenced by GS_init_rotation(), GS_set_rotation(), and gsd_set_view().
GLdouble georot::rotMatrix[16] |
Definition at line 475 of file ogsf.h.
Referenced by GS_get_rotation_matrix(), GS_init_rotation(), GS_set_rotation_matrix(), and gsd_set_view().