aim4.util
Class GeomMath.IntersectionPoint
java.lang.Object
  
aim4.util.GeomMath.IntersectionPoint
- Enclosing class:
 - GeomMath
 
public static class GeomMath.IntersectionPoint
- extends Object
 
A class for storing the result of findLineLineIntersection.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GeomMath.IntersectionPoint
public GeomMath.IntersectionPoint(Point2D p,
                                  double t1,
                                  double t2)
getPoint
public Point2D getPoint()
 
getT1
public double getT1()
 
getT2
public double getT2()
 
Copyright © 2011. All Rights Reserved.