Package gov.nih.mipav.model.algorithms
Class LSCM.Point2
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.Point2
-
- Enclosing class:
- LSCM
class LSCM.Point2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private double[]
m_v
-
Constructor Summary
Constructors Constructor Description Point2()
Point2(double x, double y)
Point2(LSCM.Point2 p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
x()
double
y()
-
-
-
Constructor Detail
-
Point2
public Point2(double x, double y)
-
Point2
public Point2(LSCM.Point2 p)
-
Point2
public Point2()
-
-