GRASS GIS 7 Programmer's Manual  7.0.5(2016)-r00000
vertex Struct Reference

#include <path.h>

Data Fields

double x
 
double y
 
int mode
 

Detailed Description

Definition at line 11 of file path.h.

Field Documentation

§ mode

int vertex::mode

Definition at line 13 of file path.h.

Referenced by path_append(), and png_polygon().

§ x

double vertex::x

Definition at line 12 of file path.h.

Referenced by html_polygon(), path_append(), path_close(), and PNG_draw_point().

§ y

double vertex::y

Definition at line 12 of file path.h.

Referenced by html_polygon(), path_append(), path_close(), and PNG_draw_point().


The documentation for this struct was generated from the following file: