Details
enum GogGridType
typedef enum {
GOG_GRID_UNKNOWN = -1,
GOG_GRID_XY,
GOG_GRID_YZ,
GOG_GRID_ZX,
GOG_GRID_TYPES
} GogGridType;
Used for base planes in 3d plots.
GOG_GRID_UNKNOWN
|
unkown, should not occur.
|
GOG_GRID_XY
|
XY plane.
|
GOG_GRID_YZ
|
YZ plane.
|
GOG_GRID_ZX
|
ZY plane.
|
GOG_GRID_TYPES
|
last defined, should not occur.
|
gog_grid_get_gtype ()
GogGridType gog_grid_get_gtype (GogGrid const *grid
);
gog_grid_set_gtype ()
void gog_grid_set_gtype (GogGrid *grid
,
GogGridType type
);