Class LineHoughTrans.Point2D

java.lang.Object
org.jlab.clas.tracking.patternrec.LineHoughTrans.Point2D
Enclosing class:
LineHoughTrans

public class LineHoughTrans.Point2D extends Object
Author:
ziegler
  • Field Details Link icon

    • index Link icon

      public int index
  • Constructor Details Link icon

    • Point2D Link icon

      public Point2D(double x, double y)
    • Point2D Link icon

      public Point2D(double x, double y, int layer)
    • Point2D Link icon

      public Point2D(double x, double y, int layer, double rad, double azi)
  • Method Details Link icon

    • set Link icon

      public void set(LineHoughTrans.Point2D p)
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getX Link icon

      public double getX()
      Returns:
      the _x
    • setX Link icon

      public void setX(double _x)
      Parameters:
      _x - the _x to set
    • getY Link icon

      public double getY()
      Returns:
      the _y
    • setY Link icon

      public void setY(double _y)
      Parameters:
      _y - the _y to set
    • getLayer Link icon

      public int getLayer()
      Returns:
      the _layer
    • setLayer Link icon

      public void setLayer(int _layer)
      Parameters:
      _layer - the _layer to set
    • getR Link icon

      public double getR()
      Returns:
      the _r
    • setR Link icon

      public void setR(double _r)
      Parameters:
      _r - the _r to set
    • getRho Link icon

      public double getRho()
      Returns:
      the _rho
    • setRho Link icon

      public void setRho(double _radius)
      Parameters:
      _radius - the _rho to set
    • getphi Link icon

      public double getphi()
      Returns:
      the _phi
    • setPhi Link icon

      public void setPhi(double _azimuth)
      Parameters:
      _azimuth - the _phi to set