Package net.sourceforge.plantuml.posimo
Class LineRectIntersection
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.LineRectIntersection
-
public class LineRectIntersection extends Object
-
-
Constructor Summary
Constructors Constructor Description LineRectIntersection(XLine2D line, XRectangle2D rect)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XPoint2D
getCloser(XPoint2D o, XPoint2D... other)
XPoint2D
getIntersection()
-