GRASS GIS 7 Programmer's Manual
7.8.3(2020)-exported
|
#include <path.h>
Data Fields | |
double | x |
double | y |
int | mode |
int vertex::mode |
Definition at line 13 of file path.h.
Referenced by png_polygon().
double vertex::x |
Definition at line 12 of file path.h.
Referenced by html_polygon(), and path_close().
double vertex::y |
Definition at line 12 of file path.h.
Referenced by html_polygon(), path_close(), path_cont(), path_move(), and PNG_draw_point().