|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Display Library - Plot icon. More...
#include <stdlib.h>#include <math.h>#include <grass/gis.h>#include <grass/display.h>#include <grass/glocale.h>Go to the source code of this file.
Functions | |
| void | D_plot_icon (double xc, double yc, int type, double angle, double scale) |
| Plot icon. | |
Display Library - Plot icon.
(C) 2001-2008, 2012 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.
Plot icon.
Supported types:
| xc,yc | icon coordinates |
| type | icon type |
| angle | rotation angle [rad] |
| scale | scale factor |
Definition at line 43 of file icon.c.
References _, G_debug(), G_ICON_ARROW, G_ICON_BOX, G_ICON_CROSS, and G_warning().