GeomUtil
instead@Deprecated public class Line2DUtil extends java.lang.Object
Constructor and Description |
---|
Line2DUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Point2D |
getIntersection(java.awt.geom.Line2D lineA,
java.awt.geom.Line2D lineB)
Deprecated.
Use
GeomUtil.getIntersection(Line2D, Line2D) instead |
static java.awt.geom.Point2D |
getIntersection(java.awt.geom.Line2D lineA,
java.awt.geom.Line2D lineB,
boolean limitToSegmentA,
boolean limitToSegmentB)
Deprecated.
Use
GeomUtil.getIntersection(Line2D, Line2D) instead |
public Line2DUtil()
@Deprecated public static java.awt.geom.Point2D getIntersection(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB)
GeomUtil.getIntersection(Line2D, Line2D)
instead@Deprecated public static java.awt.geom.Point2D getIntersection(java.awt.geom.Line2D lineA, java.awt.geom.Line2D lineB, boolean limitToSegmentA, boolean limitToSegmentB)
GeomUtil.getIntersection(Line2D, Line2D)
instead