Class Triangle


  • public class Triangle
    extends Object
    Author:
    Sunshine A class to represent a triangle Note that all three points should be different in order to work properly Source: https://www.sunshine2k.de/coding/java/Polygon/Kong/Kong.html