Class TwoLinesIntersection

java.lang.Object
net.sourceforge.plantuml.posimo.TwoLinesIntersection

public class TwoLinesIntersection extends Object
  • Constructor Details

    • TwoLinesIntersection

      public TwoLinesIntersection(Line2D lineA, Line2D lineB)
  • Method Details

    • getIntersection

      public final XPoint2D getIntersection()