kodi
Public Types | Public Member Functions | Public Attributes | List of all members
CPointGen< T > Class Template Reference
Collaboration diagram for CPointGen< T >:
Collaboration graph
[legend]

Public Types

typedef CPointGen< T > this_type
 

Public Member Functions

constexpr CPointGen (T a, T b)
 
template<class U >
constexpr CPointGen (const CPointGen< U > &rhs)
 
constexpr this_type operator+ (const this_type &point) const
 
this_typeoperator+= (const this_type &point)
 
constexpr this_type operator- (const this_type &point) const
 
this_typeoperator-= (const this_type &point)
 
constexpr this_type operator* (T factor) const
 
this_typeoperator*= (T factor)
 
constexpr this_type operator/ (T factor) const
 
this_typeoperator/= (T factor)
 

Public Attributes

x {}
 
y {}
 

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