Package imgui
Class ImVec2
java.lang.Object
imgui.ImVec2
- All Implemented Interfaces:
Cloneable
2D vector (often used to store positions or sizes).
-
Field Details
-
x
public float x -
y
public float y
-
-
Constructor Details
-
ImVec2
public ImVec2() -
ImVec2
public ImVec2(float x, float y) -
ImVec2
-
-
Method Details