hs_coord_t

Langue: en

Autres versions - même langue

Version: 273934 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

hs_coord_t - structure containing the coordinates of an area all coordinate are given in degree which means that -90 <= latitude <= 90 and -180 <= longitude <= +180

SYNOPSIS


Data Fields


double mLat

double mLon

double MLat

double MLon

Detailed Description

structure containing the coordinates of an area all coordinate are given in degree which means that -90 <= latitude <= 90 and -180 <= longitude <= +180

Definition at line 37 of file hyantes.h.

Field Documentation

double hs_coord_t::mLat

minimum latitude

Definition at line 39 of file hyantes.h.

Referenced by add_tree(), build_quadtree(), convert_to_radian(), do_smoothing(), gen_extra(), hs_smoothing(), is_alone(), make_pot(), and read_input().

double hs_coord_t::mLon

minimum longitude

Definition at line 40 of file hyantes.h.

Referenced by add_tree(), build_quadtree(), convert_to_radian(), do_smoothing(), gen_extra(), hs_smoothing(), is_alone(), make_pot(), and read_input().

double hs_coord_t::MLat

maximum latitude

Definition at line 41 of file hyantes.h.

Referenced by add_tree(), build_quadtree(), convert_to_radian(), do_smoothing(), gen_extra(), hs_smoothing(), is_alone(), make_pot(), and read_input().

double hs_coord_t::MLon

maximum longitude

Definition at line 42 of file hyantes.h.

Referenced by add_tree(), build_quadtree(), convert_to_radian(), do_smoothing(), gen_extra(), hs_smoothing(), is_alone(), make_pot(), and read_input().

Author

Generated automatically by Doxygen for Hyantes from the source code.