|
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 637 of file IGraphicsPrivate.h.
|
inline |
Definition at line 641 of file IGraphicsPrivate.h.
Definition at line 644 of file IGraphicsPrivate.h.
Definition at line 643 of file IGraphicsPrivate.h.
| float IVec2::x |
Definition at line 639 of file IGraphicsPrivate.h.
| float IVec2::y |
Definition at line 639 of file IGraphicsPrivate.h.