|
GRASS Programmer's Manual
6.4.1(2011)
|
GIS Library - Plot icon. More...
#include <stdlib.h>#include <math.h>#include <grass/gis.h>Go to the source code of this file.
Functions | |
| int | G_plot_icon (double xc, double yc, int type, double angle, double scale) |
| Plot icon. | |
GIS Library - Plot icon.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file icon.c.
| int G_plot_icon | ( | double | xc, |
| double | yc, | ||
| int | type, | ||
| double | angle, | ||
| double | scale | ||
| ) |
Plot icon.
| [in] | xc,yc | icon coordinates |
| [in] | type | icon type |
| [in] | angle | rotation angle [rad] |
| [in] | scale | scale factor |
Definition at line 53 of file icon.c.
References G_debug(), and G_plot_line().