NASA World Wind

gov.nasa.worldwind.geom
Class Intersection

java.lang.Object
  extended by gov.nasa.worldwind.geom.Intersection

public final class Intersection
extends java.lang.Object


Constructor Summary
Intersection(Vec4 intersectionPoint, boolean isTangent)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Vec4 getIntersectionPoint()
           
 int hashCode()
           
 boolean isTangent()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Intersection

public Intersection(Vec4 intersectionPoint,
                    boolean isTangent)
Parameters:
intersectionPoint -
isTangent -
Throws:
java.lang.IllegalArgumentException - if intersectionpoint is null
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getIntersectionPoint

public final Vec4 getIntersectionPoint()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

isTangent

public final boolean isTangent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

NASA World Wind