Class LineSegmentIntersection

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

public class LineSegmentIntersection extends Object
  • Constructor Details

    • LineSegmentIntersection

      public LineSegmentIntersection(XLine2D segment, XLine2D lineB)
  • Method Details

    • getIntersection

      public final XPoint2D getIntersection()