NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Namespaces | |
namespace | constants |
Data Structures | |
class | AER |
Az, El, Range coordinates. More... | |
class | Celestial |
Holds a full celestial Celestial object. More... | |
class | Dec |
Holds a Declination object. More... | |
class | ECEF |
ECEF coordinates. More... | |
class | ENU |
East North Up coordinates. More... | |
class | Geocentric |
Geocentric coordinates. More... | |
class | LLA |
Geodetic coordinates. More... | |
class | NED |
North east down coordinates. More... | |
class | RA |
Holds a right ascension object. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const AER &point) |
Stream operator. More... | |
std::ostream & | operator<< (std::ostream &os, const ENU &point) |
Stream operator. More... | |
std::ostream & | operator<< (std::ostream &os, const Geocentric &point) |
Stream operator. More... | |
std::ostream & | operator<< (std::ostream &os, const LLA &point) |
Stream operator. More... | |
|
inline |
Stream operator.
os | the output stream |
point | the AER point |
|
inline |
Stream operator.
os | the output stream |
point | the ENU point |
|
inline |
Stream operator.
os | the output stream |
point | the Geocentric point |