hs_potential_t

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

hs_potential_t - structure containing the coordinate of a potential all coordiante are given in radians which means that -90 <= latitude <= +90 and -180 <= longitude <= +180

SYNOPSIS


Data Fields


double lat

double lon

double pot

Detailed Description

structure containing the coordinate of a potential all coordiante are given in radians which means that -90 <= latitude <= +90 and -180 <= longitude <= +180

Definition at line 53 of file hyantes.h.

Field Documentation

double hs_potential_t::lat

latitude of the potential

Definition at line 55 of file hyantes.h.

Referenced by do_smoothing(), hs_smoothing(), and make_pot().

double hs_potential_t::lon

longitude of the potential

Definition at line 56 of file hyantes.h.

Referenced by hs_smoothing(), and make_pot().

double hs_potential_t::pot

value of the potential

Definition at line 57 of file hyantes.h.

Referenced by make_pot().

Author

Generated automatically by Doxygen for Hyantes from the source code.