Class Neighborhood


  • public class Neighborhood
    extends java.lang.Object
    • Constructor Detail

      • Neighborhood

        public Neighborhood​(Point2DInt center)
      • Neighborhood

        public Neighborhood​(Point2DInt center,
                            double angle1,
                            double angle2)
    • Method Detail

      • is360

        public boolean is360()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMiddle

        public final double getMiddle()
      • isInAngleStrict

        public boolean isInAngleStrict​(double angle)
      • isInAngleLarge

        public boolean isInAngleLarge​(double angle)
      • isAngleLimit

        public boolean isAngleLimit​(double angle)
      • getOrientationFrom

        public Orientation getOrientationFrom​(double angle)