Ylva And Malin
Public Member Functions | Data Fields
ImVec2 Struct Reference

#include <imgui.h>

Collaboration diagram for ImVec2:
Collaboration graph

Public Member Functions

 ImVec2 ()
 
 ImVec2 (float _x, float _y)
 
float operator[] (size_t i) const
 
template<typename T >
 ImVec2 (const sf::Vector2< T > &v)
 
template<typename T >
 operator sf::Vector2< T > () const
 

Data Fields

float x
 
float y
 

Constructor & Destructor Documentation

ImVec2::ImVec2 ( )
inline

Here is the caller graph for this function:

ImVec2::ImVec2 ( float  _x,
float  _y 
)
inline
template<typename T >
ImVec2::ImVec2 ( const sf::Vector2< T > &  v)
inline

Member Function Documentation

template<typename T >
ImVec2::operator sf::Vector2< T > ( ) const
inline
float ImVec2::operator[] ( size_t  i) const
inline

Field Documentation

float ImVec2::x
float ImVec2::y

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