Class TwoLinesIntersection


  • public class TwoLinesIntersection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TwoLinesIntersection​(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.Point2D getIntersection()  
      • Methods inherited from class java.lang.Object

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

      • TwoLinesIntersection

        public TwoLinesIntersection​(java.awt.geom.Line2D lineA,
                                    java.awt.geom.Line2D lineB)
    • Method Detail

      • getIntersection

        public final java.awt.geom.Point2D getIntersection()