Class InventorAngle


  • public class InventorAngle
    extends java.lang.Object
    Created by thomas on 9/23/16.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InventorAngle​(double angle, double length)  
      protected InventorAngle​(double x1, double y1, double x2, double y2)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static double getAngle​(double x1, double y1, double x2, double y2)  
      • Methods inherited from class java.lang.Object

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

      • InventorAngle

        protected InventorAngle​(double angle,
                                double length)
      • InventorAngle

        protected InventorAngle​(double x1,
                                double y1,
                                double x2,
                                double y2)
    • Method Detail

      • getAngle

        protected static double getAngle​(double x1,
                                         double y1,
                                         double x2,
                                         double y2)