Package imgui.extension.implot
Class ImPlotRect
java.lang.Object
imgui.extension.implot.ImPlotRect
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImPlotRect(double xMin, double yMin, double xMax, double yMax) ImPlotRect(ImPlotRect value) ImPlotRect(ImVec2 min, ImVec2 max) -
Method Summary
Modifier and TypeMethodDescriptionclamp(double x, double y) clamp(ImPlotPoint p) clone()booleancontains(double x, double y) booleancontains(ImPlotPoint value) booleaninthashCode()max()min()voidset(double xMin, double yMin, double xMax, double yMax) voidset(ImPlotRange x, ImPlotRange y) voidset(ImPlotRect value) voidsize()toString()
-
Field Details
-
x
-
y
-
-
Constructor Details
-
ImPlotRect
public ImPlotRect() -
ImPlotRect
public ImPlotRect(double xMin, double yMin, double xMax, double yMax) -
ImPlotRect
-
ImPlotRect
-
-
Method Details
-
contains
public boolean contains(double x, double y) -
contains
-
size
-
clamp
-
clamp
-
min
-
max
-
set
public void set(double xMin, double yMin, double xMax, double yMax) -
set
-
set
-
set
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-