![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
A single sky-grid cell: a Horizontal direction and its solid angle. More...
#include <siderust/sky_grid.hpp>

Static Public Member Functions | |
| static SkyGridCell | from_c (const SiderustSkyGridCell &c) |
Public Attributes | |
| spherical::Direction< frames::Horizontal > | direction |
| Alt/az sky direction. | |
| qtty::Steradian | solid_angle |
| Approximate solid angle of the cell. | |
A single sky-grid cell: a Horizontal direction and its solid angle.
Mirrors siderust::coordinates::SkyGridCell.
Definition at line 43 of file sky_grid.hpp.
|
inlinestatic |
Definition at line 47 of file sky_grid.hpp.
Referenced by siderust::SkyGrid::cells().
| spherical::Direction<frames::Horizontal> siderust::SkyGridCell::direction |
Alt/az sky direction.
Definition at line 44 of file sky_grid.hpp.
| qtty::Steradian siderust::SkyGridCell::solid_angle |
Approximate solid angle of the cell.
Definition at line 45 of file sky_grid.hpp.