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

#include <array_util.h>

Public Member Functions

 CartesianPoint ()
 
 CartesianPoint (T x, T y, T z)
 
T x () const
 
T y () const
 
T z () const
 
 CartesianPoint ()
 
 CartesianPoint (T x, T y, T z)
 
T x () const
 
T y () const
 
T z () const
 

Public Attributes

T c [3]
 

Constructor & Destructor Documentation

◆ CartesianPoint() [1/4]

template<typename T>
webrtc::CartesianPoint< T >::CartesianPoint ( )
inline

◆ CartesianPoint() [2/4]

template<typename T>
webrtc::CartesianPoint< T >::CartesianPoint ( T  x,
T  y,
T  z 
)
inline

◆ CartesianPoint() [3/4]

template<typename T>
webrtc::CartesianPoint< T >::CartesianPoint ( )
inline

◆ CartesianPoint() [4/4]

template<typename T>
webrtc::CartesianPoint< T >::CartesianPoint ( T  x,
T  y,
T  z 
)
inline

Member Function Documentation

◆ x() [1/2]

template<typename T>
T webrtc::CartesianPoint< T >::x ( ) const
inline

◆ x() [2/2]

template<typename T>
T webrtc::CartesianPoint< T >::x ( ) const
inline

◆ y() [1/2]

template<typename T>
T webrtc::CartesianPoint< T >::y ( ) const
inline

◆ y() [2/2]

template<typename T>
T webrtc::CartesianPoint< T >::y ( ) const
inline

◆ z() [1/2]

template<typename T>
T webrtc::CartesianPoint< T >::z ( ) const
inline

◆ z() [2/2]

template<typename T>
T webrtc::CartesianPoint< T >::z ( ) const
inline

Member Data Documentation

◆ c

template<typename T>
T webrtc::CartesianPoint< T >::c

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