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 622 of file IGraphicsPrivate.h.