Class Triangle


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

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

      Constructors 
      Constructor Description
      Triangle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double Area()  
      double AspectRatio()  
      • 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

      • Triangle

        public Triangle()
    • Method Detail

      • Area

        public final double Area()
      • AspectRatio

        public final double AspectRatio()