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 w
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 176 of file imgui.h.

Constructor & Destructor Documentation

◆ ImVec4() [1/2]

ImVec4::ImVec4 ( )
inline

Definition at line 179 of file imgui.h.

◆ ImVec4() [2/2]

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

Definition at line 180 of file imgui.h.

Member Data Documentation

◆ w

float ImVec4::w

Definition at line 178 of file imgui.h.

◆ x

float ImVec4::x

Definition at line 178 of file imgui.h.

◆ y

float ImVec4::y

Definition at line 178 of file imgui.h.

◆ z

float ImVec4::z

Definition at line 178 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23