ASPiK SDK
VSTGUI::CPoint Struct Reference

Point structure. More...

#include <cpoint.h>

Public Member Functions

 CPoint (CCoord x, CCoord y)
 
CPointoperator() (CCoord _x, CCoord _y)
 
bool operator!= (const CPoint &other) const
 
bool operator== (const CPoint &other) const
 
CPointoperator+= (const CPoint &other)
 
CPointoperator-= (const CPoint &other)
 
CPoint operator+ (const CPoint &other) const
 
CPoint operator- (const CPoint &other) const
 
CPoint operator- () const
 
CPointoffset (const CCoord c)
 
CPointoffset (const CCoord _x, const CCoord _y)
 
CPointoffset (const CPoint &other)
 
CPointoffsetInverse (const CPoint &other)
 
CPointmakeIntegral ()
 

Public Attributes

CCoord x {0.}
 
CCoord y {0.}
 

Detailed Description

Point structure.


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