GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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 |
#define | round(x) ((int) floor(0.5 + (x))) |
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().
#define round | ( | x | ) | ((int) floor(0.5 + (x))) |
Definition at line 24 of file stroke.c.
Referenced by stroke_chain().
Definition at line 154 of file stroke.c.
References G_debug(), dialogs::s, and stroke_chain().
Definition at line 45 of file stroke.c.
References add_coor(), first, G_debug(), G_rotate_around_point(), l, PI, r, round, and y.
Referenced by S_stroke().