| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <Vector.h>
  
Public Member Functions | |
| CVector ()=default | |
| constexpr | CVector (float xCoord, float yCoord) | 
| constexpr CVector | operator+ (const CVector &other) const | 
| constexpr CVector | operator- (const CVector &other) const | 
| CVector & | operator+= (const CVector &other) | 
| CVector & | operator-= (const CVector &other) | 
| constexpr float | scalar (const CVector &other) const | 
| float | length () const | 
Public Attributes | |
| float | x = 0 | 
| float | y = 0 | 
      
  | 
  default | 
      
  | 
  inlineconstexpr | 
| float CVector::length | ( | ) | const | 
      
  | 
  inlineconstexpr | 
| float CVector::x = 0 | 
| float CVector::y = 0 |