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

#include <src/imgui/imgui_internal.h>

Public Member Functions

 ImVec1 ()
 
 ImVec1 (float _x)
 

Public Attributes

float x
 

Detailed Description

Constructor & Destructor Documentation

◆ ImVec1() [1/2]

ImVec1::ImVec1 ( )
inline
455{ x = 0.0f; }
float x
Definition imgui_internal.h:454

References x.

◆ ImVec1() [2/2]

ImVec1::ImVec1 ( float  _x)
inline
456{ x = _x; }

References x.

Member Data Documentation

◆ x


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