Integer degrees and minutes with fractional seconds.
More...
#include <math.hpp>
|
| DegMinSec (const double deg) |
| Set from fractional degrees.
|
|
|
int | deg_ = 0 |
| Integer degrees.
|
|
int | min_ = 0 |
| Integer minutes.
|
|
double | sec_ = 0.0 |
| Fractional seconds.
|
|
Integer degrees and minutes with fractional seconds.
Definition at line 70 of file math.hpp.
◆ DegMinSec()
fpsdk::common::math::DegMinSec::DegMinSec |
( |
const double | deg | ) |
|
Set from fractional degrees.
- Parameters
-
[in] | deg | Fractional degrees |
◆ deg_
int fpsdk::common::math::DegMinSec::deg_ = 0 |
Integer degrees.
Definition at line 78 of file math.hpp.
◆ min_
int fpsdk::common::math::DegMinSec::min_ = 0 |
Integer minutes.
Definition at line 79 of file math.hpp.
◆ sec_
double fpsdk::common::math::DegMinSec::sec_ = 0.0 |
Fractional seconds.
Definition at line 80 of file math.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/math.hpp