Class Edge


  • public class Edge
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double[][] p  
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge()  
    • Method Summary

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

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

      • p

        public double[][] p
    • Constructor Detail

      • Edge

        public Edge()
    • Method Detail

      • Length

        public double Length()