Package imgui.extension.implot
Class ImPlotPoint
java.lang.Object
imgui.extension.implot.ImPlotPoint
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImPlotPoint(double x, double y) ImPlotPoint(ImPlotPoint value) ImPlotPoint(ImVec2 value) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()minus(double x, double y) minus(ImPlotPoint value) plus(double x, double y) plus(ImPlotPoint value) set(double x, double y) set(ImPlotPoint value) times(double x, double y) times(ImPlotPoint value) toString()
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
ImPlotPoint
public ImPlotPoint() -
ImPlotPoint
public ImPlotPoint(double x, double y) -
ImPlotPoint
-
ImPlotPoint
-
-
Method Details