Public Member Functions | Public Attributes | List of all members
ImVec2 Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

float x
 
float y
 

Detailed Description

Definition at line 164 of file imgui.h.

Constructor & Destructor Documentation

◆ ImVec2() [1/2]

ImVec2::ImVec2 ( )
inline

Definition at line 167 of file imgui.h.

◆ ImVec2() [2/2]

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

Definition at line 168 of file imgui.h.

Member Function Documentation

◆ operator[]()

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

Definition at line 169 of file imgui.h.

Member Data Documentation

◆ x

float ImVec2::x

Definition at line 166 of file imgui.h.

◆ y

float ImVec2::y

Definition at line 166 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23