#include <string>
Go to the source code of this file.
|
namespace | Isis |
| This is free and unencumbered software released into the public domain.
|
|
|
const double | Isis::E = 2.7182818284590452354 |
| Sets some basic constants for use in ISIS programming.
|
|
const double | Isis::PI = 3.14159265358979323846 |
| The mathematical constant PI.
|
|
const double | Isis::HALFPI = 1.57079632679489661923 |
| The mathematical constant PI/2.
|
|
const double | Isis::TWOPI = 6.2831853071795864769253 |
| Two * PI, a complete revolution.
|
|
const double | Isis::DEG2RAD = 0.017453292519943295769237 |
| Multiplier for converting from degrees to radians.
|
|
const double | Isis::RAD2DEG = 57.29577951308232087679815481 |
| Multiplier for converting from radians to degrees.
|
|