Class DoublePoint
- java.lang.Object
-
- net.eternalclient.api.internal.mouse.naturalmouse.support.DoublePoint
-
public class DoublePoint extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DoublePoint
ZERO
-
Constructor Summary
Constructors Constructor Description DoublePoint(double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
-
-
-
Field Detail
-
ZERO
public static final DoublePoint ZERO
-
-