|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <path.h>
Data Fields | |
| double | x |
| double | y |
| int | mode |
| int vertex::mode |
Definition at line 12 of file path.h.
Referenced by D_set_clip_mode(), path_append(), path_copy(), and path_stroke().
| double vertex::x |
Definition at line 11 of file path.h.
Referenced by D_cont_abs(), D_dots(), D_move_abs(), D_polydots_abs(), D_polygon_abs(), D_polyline_abs(), D_pos_abs(), D_pos_rel(), path_append(), path_close(), path_cont(), path_copy(), path_move(), and path_stroke().
| double vertex::y |
Definition at line 11 of file path.h.
Referenced by D_cont_abs(), D_dots(), D_move_abs(), D_polydots_abs(), D_polygon_abs(), D_polyline_abs(), D_pos_abs(), D_pos_rel(), path_append(), path_close(), path_cont(), path_copy(), path_move(), and path_stroke().