GRASS Programmer's Manual
6.4.3(2013)-r
|
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/symbol.h>
Go to the source code of this file.
Macros | |
#define | PI M_PI |
Functions | |
void | add_coor (SYMBCHAIN *chain, int x, int y) |
int | stroke_chain (SYMBPART *part, int ch, double s, double rotation) |
void | S_stroke (SYMBOL *Symb, int size, double rotation, int tolerance) |
#define PI M_PI |
Definition at line 22 of file stroke.c.
Referenced by stroke_chain().
Definition at line 151 of file stroke.c.
References G_debug(), dialogs::s, and stroke_chain().
Definition at line 42 of file stroke.c.
References add_coor(), first, G_debug(), G_rotate_around_point_int(), l, PI, r, and y.
Referenced by S_stroke().