NumCpp
2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
c
d
e
g
h
i
j
m
n
o
p
s
t
v
Typedefs
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
i
l
m
n
p
r
s
t
v
x
y
z
Typedefs
a
c
d
i
p
r
s
t
v
Enumerations
Related Symbols
Files
File List
Globals
All
Macros
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Coordinates/ReferenceFrames/Constants.hpp
Go to the documentation of this file.
1
28
#pragma once
29
30
namespace
nc::coordinates::reference_frames::constants
31
{
32
// WSG-84
33
constexpr
double
EARTH_POLAR_RADIUS
= 6'356'752.3142;
34
constexpr
double
EARTH_EQUATORIAL_RADIUS
= 6'378'137.0;
35
}
// namespace nc::coordinates::reference_frames::constants
30
namespace
nc::coordinates::reference_frames::constants
{
…
}
nc::coordinates::reference_frames::constants
Definition
Coordinates/ReferenceFrames/Constants.hpp:31
nc::coordinates::reference_frames::constants::EARTH_POLAR_RADIUS
constexpr double EARTH_POLAR_RADIUS
Definition
Coordinates/ReferenceFrames/Constants.hpp:33
nc::coordinates::reference_frames::constants::EARTH_EQUATORIAL_RADIUS
constexpr double EARTH_EQUATORIAL_RADIUS
Definition
Coordinates/ReferenceFrames/Constants.hpp:34
include
NumCpp
Coordinates
ReferenceFrames
Constants.hpp
Generated by
1.9.8