Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
ImVec2 Struct Reference

#include <imgui.h>

Public Member Functions

 ImVec2 ()
 
 ImVec2 (float _x, float _y)
 
float operator[] (size_t idx) const
 
float & operator[] (size_t idx)
 

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ ImVec2() [1/2]

ImVec2::ImVec2 ( )
inline

◆ ImVec2() [2/2]

ImVec2::ImVec2 ( float  _x,
float  _y 
)
inline

Member Function Documentation

◆ operator[]() [1/2]

float& ImVec2::operator[] ( size_t  idx)
inline

◆ operator[]() [2/2]

float ImVec2::operator[] ( size_t  idx) const
inline

Member Data Documentation

◆ x

float ImVec2::x

◆ y

float ImVec2::y

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