#include <grass/Vect.h>

Go to the source code of this file.
Functions | |
| int | Vect_tin_get_z (struct Map_info *Map, double tx, double ty, double *tz, double *angle, double *slope) |
| calculates z coordinate for point from TIN | |
| int Vect_tin_get_z | ( | struct Map_info * | Map, | |
| double | tx, | |||
| double | ty, | |||
| double * | tz, | |||
| double * | angle, | |||
| double * | slope | |||
| ) |
calculates z coordinate for point from TIN
| Map_info | structure |
Definition at line 30 of file tin.c.
References Vect_find_area(), Vect_get_area_points(), and Vect_new_line_struct().
1.5.5