OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Public Attributes | List of all members
ImVec4 Struct Reference

#include <imgui.h>

Public Member Functions

 ImVec4 ()
 
 ImVec4 (float _x, float _y, float _z, float _w)
 

Public Attributes

float x
 
float y
 
float z
 
float w
 

Detailed Description

Definition at line 61 of file imgui.h.

Constructor & Destructor Documentation

ImVec4::ImVec4 ( )
inline

Definition at line 64 of file imgui.h.

ImVec4::ImVec4 ( float  _x,
float  _y,
float  _z,
float  _w 
)
inline

Definition at line 65 of file imgui.h.

Member Data Documentation

float ImVec4::x

Definition at line 63 of file imgui.h.

float ImVec4::y

Definition at line 63 of file imgui.h.

float ImVec4::z

Definition at line 63 of file imgui.h.

float ImVec4::w

Definition at line 63 of file imgui.h.


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