GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <path.h>
Data Fields | |
double | x |
double | y |
int | mode |
int vertex::mode |
Definition at line 12 of file path.h.
Referenced by path_append(), path_copy(), and path_stroke().
double vertex::x |
Definition at line 11 of file path.h.
Referenced by html_polygon(), path_append(), path_begin(), path_close(), path_cont(), path_copy(), path_move(), path_stroke(), png_draw_line(), and png_polygon().
double vertex::y |
Definition at line 11 of file path.h.
Referenced by html_polygon(), path_append(), path_close(), path_cont(), path_copy(), path_move(), and path_stroke().