Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImVec4 Struct Reference

#include <imgui.h>

Public Member Functions

constexpr ImVec4 ()
 
constexpr 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 ( )
inlineconstexpr

◆ ImVec4() [2/2]

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

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:
Untitled