OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::math::unit_spherical_coordinate< T, V > Class Template Reference

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.
 

Detailed Description

template<typename T, bool V>
class eagine::math::unit_spherical_coordinate< T, V >

Class representing unit spherical coordinate.


The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).