Go to the documentation of this file.
39 #ifndef GNSSTK_ANGLEREDUCED_HPP
40 #define GNSSTK_ANGLEREDUCED_HPP
94 inline double sin()
const
98 inline double cos()
const
102 inline std::string
asString()
const;
112 s << std::setprecision(20) <<
"sin:" << a.
sin() <<
",cos:" << a.
cos();
120 std::ostringstream s;
135 #endif // GNSSTK_ANGLEREDUCED_HPP
bool operator==(const AngleReduced &right) const
Standard equality operator.
double sin() const
Get the sine of this angle.
double sin(gnsstk::Angle x)
void setValue(double v, AngleType t)
AngleReduced(double s, double c)
double cos() const
Get the cosine of this angle.
AngleReduced()
Initialize all data to NaN.
std::ostream & operator<<(std::ostream &s, const ObsEpoch &oe) noexcept
AngleReduced(double v, AngleType t)
double cos(gnsstk::Angle x)
double sine
The sine of the angle.
double cosine
The cosine of the angle.
std::string asString() const
Return a string containing the data separated by commas (sin,cos).
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:38