![]() |
NumCpp
2.5.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Data Structures | |
class | Coordinate |
Holds a full coordinate object. More... | |
class | Dec |
Holds a Declination object. More... | |
class | RA |
Holds a right ascension object. More... | |
Enumerations | |
enum class | Sign { NEGATIVE = 0 , POSITIVE } |
Struct Enum for positive or negative Dec angle. More... | |
Functions | |
double | degreeSeperation (const Coordinate &inCoordinate1, const Coordinate &inCoordinate2) |
double | degreeSeperation (const NdArray< double > &inVector1, const NdArray< double > &inVector2) |
double | radianSeperation (const Coordinate &inCoordinate1, const Coordinate &inCoordinate2) |
double | radianSeperation (const NdArray< double > &inVector1, const NdArray< double > &inVector2) |
|
strong |
Struct Enum for positive or negative Dec angle.
Enumerator | |
---|---|
NEGATIVE | |
POSITIVE |
|
inline |
Returns the degree seperation between the two Coordinates
inCoordinate1 | |
inCoordinate2 |
|
inline |
Returns the degree seperation between the Coordinate and the input vector
inVector1 | |
inVector2 |
|
inline |
Returns the radian seperation between the two Coordinates
inCoordinate1 | |
inCoordinate2 |
|
inline |
Returns the radian seperation between the Coordinate and the input vector
inVector1 | |
inVector2 |