GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-8cbe8fef7c
vertex Struct Reference

#include <path.h>

Data Fields

double x
 
double y
 
int mode
 

Detailed Description

Definition at line 10 of file path.h.

Field Documentation

◆ mode

int vertex::mode

Definition at line 12 of file path.h.

Referenced by png_polygon().

◆ x

double vertex::x

Definition at line 11 of file path.h.

Referenced by html_polygon(), and path_close().

◆ y

double vertex::y

Definition at line 11 of file path.h.

Referenced by D_cont_abs(), D_move_abs(), html_polygon(), path_close(), path_cont(), and path_move().


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