#include <IntxUtils.hpp>
Public Attributes | |
| double | R |
| double | lon |
| double | lat |
Definition at line 143 of file IntxUtils.hpp.
| double moab::IntxUtils::SphereCoords::lat |
Definition at line 145 of file IntxUtils.hpp.
Referenced by moab::IntxUtils::cart_to_spherical(), moab::IntxUtils::distance_on_great_circle(), main(), and moab::IntxUtils::spherical_to_cart().
| double moab::IntxUtils::SphereCoords::lon |
Definition at line 145 of file IntxUtils.hpp.
Referenced by moab::IntxUtils::cart_to_spherical(), moab::IntxUtils::distance_on_great_circle(), main(), and moab::IntxUtils::spherical_to_cart().
| double moab::IntxUtils::SphereCoords::R |
Definition at line 145 of file IntxUtils.hpp.
Referenced by moab::IntxUtils::cart_to_spherical(), moab::IntxUtils::distance_on_great_circle(), main(), and moab::IntxUtils::spherical_to_cart().