Class representing unit spherical coordinate. More...
#include <eagine/math/coordinates.hpp>
Public Member Functions | |
| constexpr | unit_spherical_coordinate () noexcept=default |
| Default constructor. | |
| constexpr | unit_spherical_coordinate (radians_t< T > azimuth, radians_t< T > elevation) noexcept |
| Constructor initializing the azimuth and elevation. | |
| auto | azimuth () const noexcept -> radians_t< T > |
| Returns the azimuth. | |
| auto | elevation () const noexcept -> radians_t< T > |
| Returns the elevation. | |
Class representing unit spherical coordinate.