Class TerrainIntersections.AppFrame.Intersector

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    TerrainIntersections.AppFrame

    protected class TerrainIntersections.AppFrame.Intersector
    extends java.lang.Object
    implements java.lang.Runnable
    Inner Runnable to perform a single line/terrain intersection calculation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Intersector​(Position gridPosition)  
    • Method Summary

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

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

      • gridPosition

        protected final Position gridPosition
    • Constructor Detail

      • Intersector

        public Intersector​(Position gridPosition)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable