Package gov.nih.mipav.model.structures
Class ComputationalGeometry.xyItem
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.xyItem
- Enclosing class:
ComputationalGeometry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private double x -
y
private double y
-
-
Constructor Details
-
xyItem
public xyItem(double x, double y)
-
-
Method Details
-
getX
public double getX() -
getY
public double getY()
-