gov.nasa.worldwind.geom
Class Intersection
java.lang.Object
gov.nasa.worldwind.geom.Intersection
public final class Intersection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Intersection
public Intersection(Vec4 intersectionPoint,
boolean isTangent)
- Parameters:
intersectionPoint
- isTangent
-
- Throws:
java.lang.IllegalArgumentException
- if intersectionpoint
is null
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