gov.nasa.worldwind.geom
Class Intersection
java.lang.Object
gov.nasa.worldwind.geom.Intersection
public final class Intersection
- extends Object
Intersection
public Intersection(Vec4 intersectionPoint,
boolean isTangent)
- Parameters:
intersectionPoint - isTangent -
- Throws:
IllegalArgumentException - if intersectionpoint is null
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
getIntersectionPoint
public final Vec4 getIntersectionPoint()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
isTangent
public final boolean isTangent()
toString
public String toString()
- Overrides:
toString in class Object