Class Triangle


  • public class Triangle
    extends java.lang.Object
    Triangle Created by korffmo1 on 04.06.17.
    • Constructor Summary

      Constructors 
      Constructor Description
      Triangle()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getArea​(double sideA, double sideB, double sideC)  
      static double getAreaRightTriangle​(double sideA, double sideB)  
      • Methods inherited from class java.lang.Object

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

      • Triangle

        public Triangle()
    • Method Detail

      • getArea

        public static double getArea​(double sideA,
                                     double sideB,
                                     double sideC)
      • getAreaRightTriangle

        public static double getAreaRightTriangle​(double sideA,
                                                  double sideB)