Class FieldWarpFilter.Line

  • Enclosing class:
    FieldWarpFilter

    public static class FieldWarpFilter.Line
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Line​(int x1, int y1, int x2, int y2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x1

        public int x1
      • y1

        public int y1
      • x2

        public int x2
      • y2

        public int y2
      • dx

        public int dx
      • dy

        public int dy
      • length

        public float length
      • lengthSquared

        public float lengthSquared
    • Constructor Detail

      • Line

        public Line​(int x1,
                    int y1,
                    int x2,
                    int y2)
    • Method Detail

      • setup

        public void setup()