#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/symbol.h>
Go to the source code of this file.
◆ PI
◆ add_coor()
void add_coor |
( |
SYMBCHAIN * |
chain, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
◆ S_stroke()
void S_stroke |
( |
SYMBOL * |
Symb, |
|
|
double |
size, |
|
|
double |
rotation, |
|
|
int |
tolerance |
|
) |
| |
Stroke symbol to form used for Xdriver.
tolerance currently not supported
- Parameters
-
Symb | pointer to |
size | symbol size |
rotation | symbol rotation, degrees CCW from East |
tolerance | currently not supported |
Definition at line 158 of file stroke.c.
◆ stroke_chain()
int stroke_chain |
( |
SYMBPART * |
part, |
|
|
int |
ch, |
|
|
double |
s, |
|
|
double |
rotation |
|
) |
| |