|
iPlug2 - C++ Audio Plug-in Framework
|
Encapsulate an xy point in one struct. More...
#include <IGraphicsPrivate.h>
Public Member Functions | |
| IVec2 (float x, float y) | |
| IVec2 | operator- (const IVec2 b) |
| IVec2 | operator+ (const IVec2 b) |
Public Attributes | |
| float | x |
| float | y |
Encapsulate an xy point in one struct.
Definition at line 626 of file IGraphicsPrivate.h.
|
inline |
Definition at line 630 of file IGraphicsPrivate.h.
Definition at line 633 of file IGraphicsPrivate.h.
Definition at line 632 of file IGraphicsPrivate.h.
| float IVec2::x |
Definition at line 628 of file IGraphicsPrivate.h.
| float IVec2::y |
Definition at line 628 of file IGraphicsPrivate.h.