ocssw
V2022
|
constants.h File Reference
#include "LatLong-UTMconversion.h"
Include dependency graph for constants.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const double | PI = 3.14159265 |
const double | FOURTHPI = PI / 4 |
const double | deg2rad = PI / 180 |
const double | rad2deg = 180.0 / PI |
Variable Documentation
◆ deg2rad
Definition at line 10 of file constants.h.
◆ FOURTHPI
Definition at line 9 of file constants.h.
◆ PI
const double PI = 3.14159265 |
Definition at line 8 of file constants.h.
◆ rad2deg
Definition at line 11 of file constants.h.