Package imgui.extension.implot
Class ImPlotRange
java.lang.Object
imgui.extension.implot.ImPlotRange
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleclamp(double value) clone()booleancontains(double value) booleaninthashCode()minus(double min, double max) minus(ImPlotRange value) plus(double min, double max) plus(ImPlotRange value) set(double min, double max) set(ImPlotRange value) doublesize()times(double min, double max) times(ImPlotRange value) toString()
-
Field Details
-
min
public double min -
max
public double max
-
-
Constructor Details
-
ImPlotRange
public ImPlotRange() -
ImPlotRange
public ImPlotRange(double min, double max) -
ImPlotRange
-
-
Method Details
-
contains
public boolean contains(double value) -
size
public double size() -
clamp
public double clamp(double value) -
set
-
set
-
plus
-
plus
-
minus
-
minus
-
times
-
times
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-