|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Geometry.h>
Public Types | |
| typedef CPointGen< T > | this_type |
Public Member Functions | |
| CPointGen () noexcept=default | |
| 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 {} |
|
defaultnoexcept |
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| T CPointGen< T >::x {} |
| T CPointGen< T >::y {} |