类 FieldWarpFilter.Line

  • 封闭类:
    FieldWarpFilter

    public static class FieldWarpFilter.Line
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      Line​(int x1, int y1, int x2, int y2)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void setup()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • 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
    • 构造器详细资料

      • Line

        public Line​(int x1,
                    int y1,
                    int x2,
                    int y2)
    • 方法详细资料

      • setup

        public void setup()