webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::SphericalPoint< T > Struct Template Reference

#include <array_util.h>

Public Member Functions

 SphericalPoint (T azimuth, T elevation, T radius)
 
T azimuth () const
 
T elevation () const
 
T distance () const
 
 SphericalPoint (T azimuth, T elevation, T radius)
 
T azimuth () const
 
T elevation () const
 
T distance () const
 

Public Attributes

T s [3]
 

Constructor & Destructor Documentation

◆ SphericalPoint() [1/2]

template<typename T>
webrtc::SphericalPoint< T >::SphericalPoint ( T  azimuth,
T  elevation,
T  radius 
)
inline

◆ SphericalPoint() [2/2]

template<typename T>
webrtc::SphericalPoint< T >::SphericalPoint ( T  azimuth,
T  elevation,
T  radius 
)
inline

Member Function Documentation

◆ azimuth() [1/2]

template<typename T>
T webrtc::SphericalPoint< T >::azimuth ( ) const
inline

◆ azimuth() [2/2]

template<typename T>
T webrtc::SphericalPoint< T >::azimuth ( ) const
inline

◆ distance() [1/2]

template<typename T>
T webrtc::SphericalPoint< T >::distance ( ) const
inline

◆ distance() [2/2]

template<typename T>
T webrtc::SphericalPoint< T >::distance ( ) const
inline

◆ elevation() [1/2]

template<typename T>
T webrtc::SphericalPoint< T >::elevation ( ) const
inline

◆ elevation() [2/2]

template<typename T>
T webrtc::SphericalPoint< T >::elevation ( ) const
inline

Member Data Documentation

◆ s

template<typename T>
T webrtc::SphericalPoint< T >::s

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