|
GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
|
#include <string.h>#include <stdlib.h>#include <math.h>#include <grass/gis.h>#include "driverlib.h"#include "htmlmap.h"
Go to the source code of this file.
Macros | |
| #define | RAD_DEG 57.29578 |
Functions | |
| void | html_polygon (const struct path *p) |
| #define RAD_DEG 57.29578 |
Definition at line 9 of file htmldriver/polygon.c.
| void html_polygon | ( | const struct path * | p | ) |
Definition at line 54 of file htmldriver/polygon.c.
References html_state::BBOX_MINIMUM, path::count, G_free(), G_store(), html, html_state::last_text, html_state::MAX_POINTS, html_state::MINIMUM_DIST, NULL, MapPoly::num_pts, html_state::tail, path::vertices, vertex::x, and vertex::y.
Referenced by HTML_Fill().