util
Class Utils

java.lang.Object
  extended by util.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static java.awt.geom.Point2D getIntersectingPoint(java.awt.geom.Line2D.Double l1, java.awt.geom.Line2D.Double l2)
           
static java.awt.geom.Point2D newIntersection(java.awt.geom.Line2D.Double l1, java.awt.geom.Line2D.Double l2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getIntersectingPoint

public static java.awt.geom.Point2D getIntersectingPoint(java.awt.geom.Line2D.Double l1,
                                                         java.awt.geom.Line2D.Double l2)

newIntersection

public static java.awt.geom.Point2D newIntersection(java.awt.geom.Line2D.Double l1,
                                                    java.awt.geom.Line2D.Double l2)