iPlug 2: IVec2 Struct Reference
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 |
Detailed Description
Encapsulate an xy point in one struct.
Definition at line 637 of file IGraphicsPrivate.h.
Constructor & Destructor Documentation
|
inline |
Member Function Documentation
◆ operator+()
◆ operator-()
Member Data Documentation
◆ x
◆ y
The documentation for this struct was generated from the following file: