Class Intersections
- java.lang.Object
-
- org.jungrapht.visualization.transform.Intersections
-
public class Intersections extends Object
-
-
Constructor Summary
Constructors Constructor Description Intersections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Point2D>
getIntersectionPoint(Line2D vector, Rectangle2D r)
-
-
-
Method Detail
-
getIntersectionPoint
public static Optional<Point2D> getIntersectionPoint(Line2D vector, Rectangle2D r)
-
-