Package gov.nih.mipav.model.algorithms
Class LSCM.Point
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LSCM.Point
-
- Enclosing class:
- LSCM
class LSCM.Point extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private double[]m_v
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleangle(LSCM.Point p)doubleget(int i)doublenorm()doublenorm(int i)(package private) LSCM.Pointrotate(double theta, LSCM.Point vector)doublex()doubley()doublez()
-
-
-
Method Detail
-
norm
public double norm()
-
norm
public double norm(int i)
-
angle
public double angle(LSCM.Point p)
-
x
public double x()
-
y
public double y()
-
z
public double z()
-
get
public double get(int i)
-
rotate
LSCM.Point rotate(double theta, LSCM.Point vector)
-
-