kodi
|
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_type & | operator+= (const this_type &point) |
constexpr this_type | operator- (const this_type &point) const |
this_type & | operator-= (const this_type &point) |
constexpr this_type | operator* (T factor) const |
this_type & | operator*= (T factor) |
constexpr this_type | operator/ (T factor) const |
this_type & | operator/= (T factor) |
Public Attributes | |
T | x {} |
T | y {} |