net.sourceforge.plantuml.posimo
Class TwoLinesIntersection

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

public class TwoLinesIntersection
extends Object


Constructor Summary
TwoLinesIntersection(Line2D lineA, Line2D lineB)
           
 
Method Summary
 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(Line2D lineA,
                            Line2D lineB)
Method Detail

getIntersection

public final Point2D getIntersection()


Copyright © 2012. All Rights Reserved.