Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImVec2 Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ ImVec2() [1/2]

ImVec2::ImVec2 ( )
inlineconstexpr

◆ ImVec2() [2/2]

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

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:
Untitled