Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
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
 

Constructor & Destructor Documentation

◆ ImVec4() [1/2]

ImVec4::ImVec4 ( )
inline

◆ ImVec4() [2/2]

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

Member Data Documentation

◆ w

float ImVec4::w

◆ x

float ImVec4::x

◆ y

float ImVec4::y

◆ z

float ImVec4::z

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