Isis 3 Programmer Reference
|
#include <string>
Go to the source code of this file.
Namespaces | |
Isis | |
Namespace for ISIS/Bullet specific routines. | |
Typedefs | |
typedef long long int | Isis::BigInt |
Big int. More... | |
Variables | |
const double | Isis::E = 2.7182818284590452354 |
Sets some basic constants for use in ISIS programming. More... | |
const double | Isis::PI = 3.14159265358979323846 |
The mathematical constant PI. More... | |
const double | Isis::HALFPI = 1.57079632679489661923 |
The mathematical constant PI/2. More... | |
const double | Isis::TWOPI = 6.2831853071795864769253 |
Two * PI, a complete revolution. More... | |
const double | Isis::DEG2RAD = 0.017453292519943295769237 |
Multiplier for converting from degrees to radians. More... | |
const double | Isis::RAD2DEG = 57.29577951308232087679815481 |
Multiplier for converting from radians to degrees. More... | |
Unless noted otherwise, the portions of Isis written by the USGS are public domain. See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.
Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.
For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.
Definition in file Constants.h.