Package ubic.basecode.dataStructure
Class DoublePoint
java.lang.Object
ubic.basecode.dataStructure.DoublePoint
- Author:
- klc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoublePoint
public DoublePoint(double i, double j) - Parameters:
i
-j
-
-
-
Method Details
-
get
public double[] get()- Returns:
- array containing the coordinates x,y.
-
getx
public double getx()- Returns:
- x the x value.
-
gety
public double gety()- Returns:
- y the y value.
-
set
public void set(double i, double j) - Parameters:
i
-j
-
-
toString
-