|
VSTGUI
3.6
|
Point structure. More...
#include <vstgui.h>
Public Member Functions | |
| CPoint (CCoord h=0, CCoord v=0) | |
| CPoint & | operator() (CCoord h, CCoord v) |
| bool | isInside (const CRect &r) const |
| bool | operator!= (const CPoint &other) const |
| bool | operator== (const CPoint &other) const |
| CPoint & | offset (const CCoord h, const CCoord v) |
Public Attributes | |
| union { | |
| CCoord h | |
| CCoord x | |
| }; | |
| union { | |
| CCoord v | |
| CCoord y | |
| }; | |
Point structure.
|
inline |
|
inline |
|
inline |
| union { ... } |
| union { ... } |
| CCoord h |
| CCoord v |
| CCoord x |
| CCoord y |
1.8.7