aim4.util
Class GeomMath.IntersectionPoint

java.lang.Object
  extended by aim4.util.GeomMath.IntersectionPoint
Enclosing class:
GeomMath

public static class GeomMath.IntersectionPoint
extends Object

A class for storing the result of findLineLineIntersection.


Constructor Summary
GeomMath.IntersectionPoint(Point2D p, double t1, double t2)
           
 
Method Summary
 Point2D getPoint()
           
 double getT1()
           
 double getT2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeomMath.IntersectionPoint

public GeomMath.IntersectionPoint(Point2D p,
                                  double t1,
                                  double t2)
Method Detail

getPoint

public Point2D getPoint()

getT1

public double getT1()

getT2

public double getT2()


Copyright © 2011. All Rights Reserved.