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 630 of file IGraphicsPrivate.h.
|
inline |
Definition at line 634 of file IGraphicsPrivate.h.
Definition at line 637 of file IGraphicsPrivate.h.
Definition at line 636 of file IGraphicsPrivate.h.
float IVec2::x |
Definition at line 632 of file IGraphicsPrivate.h.
float IVec2::y |
Definition at line 632 of file IGraphicsPrivate.h.