|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <symbol.h>
Data Fields | ||
| int | type | |
| union { | ||
| struct { | ||
| int count | ||
| int alloc | ||
| double * x | ||
| double * y | ||
| } line | ||
| struct { | ||
| int clock | ||
| double x | ||
| double y | ||
| double r | ||
| double a1 | ||
| double a2 | ||
| } arc | ||
| } | coor | |
| struct { ... } SYMBEL::arc |
| union { ... } SYMBEL::coor |
Referenced by new_arc(), new_line(), S_read(), and stroke_chain().
| struct { ... } SYMBEL::line |
| int SYMBEL::type |
Definition at line 30 of file symbol.h.
Referenced by new_arc(), new_line(), S_read(), and stroke_chain().