Class CellularFilter.Point

  • Enclosing class:
    CellularFilter

    public class CellularFilter.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float cubeX  
      float cubeY  
      float distance  
      float dx  
      float dy  
      int index  
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • x

        public float x
      • y

        public float y
      • dx

        public float dx
      • dy

        public float dy
      • cubeX

        public float cubeX
      • cubeY

        public float cubeY
      • distance

        public float distance
    • Constructor Detail

      • Point

        public Point()