PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImVec4 Struct Reference

Detailed Description

Definition at line 279 of file imgui.h.

#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

Definition at line 282 of file imgui.h.

◆ ImVec4() [2/2]

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

Definition at line 283 of file imgui.h.

Member Data Documentation

◆ w

float ImVec4::w

Definition at line 281 of file imgui.h.

◆ x

float ImVec4::x

Definition at line 281 of file imgui.h.

◆ y

float ImVec4::y

Definition at line 281 of file imgui.h.

◆ z

float ImVec4::z

Definition at line 281 of file imgui.h.


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