Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ImVec4 Struct Reference

#include <src/imgui/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

Constructor & Destructor Documentation

◆ ImVec4() [1/2]

ImVec4::ImVec4 ( )
inline
260{ x = y = z = w = 0.0f; }
float x
Definition imgui.h:259
float y
Definition imgui.h:259
float z
Definition imgui.h:259
float w
Definition imgui.h:259

References w, x, y, and z.

◆ ImVec4() [2/2]

ImVec4::ImVec4 ( float  _x,
float  _y,
float  _z,
float  _w 
)
inline
261{ x = _x; y = _y; z = _z; w = _w; }

References w, x, y, and z.

Member Data Documentation

◆ w

◆ x

◆ y

◆ z


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