Class WSelection

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double distance
      The distance from the look point to the selected point.
    • Constructor Summary

      Constructors 
      Constructor Description
      WSelection()  
      WSelection​(double distance)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • distance

        public double distance
        The distance from the look point to the selected point.
    • Constructor Detail

      • WSelection

        public WSelection()
      • WSelection

        public WSelection​(double distance)