GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <dataquad.h>
Data Fields | |
double | x |
double | y |
double | z |
double | sm |
Point structure to keep coordinates
It also contains smoothing for the given point.
Definition at line 40 of file dataquad.h.
double triple::sm |
double triple::x |
Definition at line 42 of file dataquad.h.
Referenced by quad_point_new().
double triple::y |
Definition at line 43 of file dataquad.h.
Referenced by quad_point_new().
double triple::z |
Definition at line 44 of file dataquad.h.
Referenced by quad_point_new().