iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 626 of file IGraphicsPrivate.h.

Constructor & Destructor Documentation

◆ IVec2()

IVec2::IVec2 ( float  x,
float  y 
)
inline

Definition at line 630 of file IGraphicsPrivate.h.

Member Function Documentation

◆ operator+()

IVec2 IVec2::operator+ ( const IVec2  b)
inline

Definition at line 633 of file IGraphicsPrivate.h.

◆ operator-()

IVec2 IVec2::operator- ( const IVec2  b)
inline

Definition at line 632 of file IGraphicsPrivate.h.

Member Data Documentation

◆ x

float IVec2::x

Definition at line 628 of file IGraphicsPrivate.h.

◆ y

float IVec2::y

Definition at line 628 of file IGraphicsPrivate.h.


The documentation for this struct was generated from the following file: