Package cmion.addOns.samgar.playerProxy
Class Coordinate
- java.lang.Object
-
- cmion.addOns.samgar.playerProxy.Coordinate
-
public class Coordinate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Coordinate()Coordinate(double newX, double newY, double newA)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static doubledistance(Coordinate X, Coordinate Y)voidset(double newX, double newY, double newA)
-
-
-
Method Detail
-
set
public void set(double newX, double newY, double newA)
-
distance
public static double distance(Coordinate X, Coordinate Y)
-
-