Class CircleHoughTrans.Point2D

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

public class CircleHoughTrans.Point2D extends Object
  • Constructor Details

    • Point2D

      public Point2D(double x, double y)
    • Point2D

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

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

    • set

      public void set(CircleHoughTrans.Point2D p)
    • equals

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

      public double getX()
      Returns:
      the _x
    • setX

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

      public double getY()
      Returns:
      the _y
    • setY

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

      public int getLayer()
      Returns:
      the _layer
    • setLayer

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

      public double getR()
      Returns:
      the _r
    • setR

      public void setR(double _r)
      Parameters:
      _r - the _r to set
    • getRadius

      public double getRadius()
      Returns:
      the _radius
    • setRadius

      public void setRadius(double _radius)
      Parameters:
      _radius - the _radius to set
    • getAzimuth

      public double getAzimuth()
      Returns:
      the _azimuth
    • setAzimuth

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