VR-Vantage 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImVec2 Struct Reference

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::ImVec2 ( )
inline
ImVec2::ImVec2 ( float  _x,
float  _y 
)
inline

Member Function Documentation

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

References IM_ASSERT.

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

References IM_ASSERT.

Member Data Documentation

float ImVec2::x
float ImVec2::y

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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)