Uses of Class
de.javagl.swogl.IntersectionInfo

Packages that use IntersectionInfo
de.javagl.swogl The core classes of Swogl. 
 

Uses of IntersectionInfo in de.javagl.swogl
 

Methods in de.javagl.swogl that return IntersectionInfo
 IntersectionInfo SwoglContainer.computeIntersectionInfo(java.awt.Point pointInSwoglContainer)
          Compute the closest IntersectionInfo for the given point.
 

Methods in de.javagl.swogl that return types with arguments of type IntersectionInfo
 java.util.List<IntersectionInfo> SwoglContainer.computeIntersectionInfos(java.awt.Point pointInSwoglContainer)
          Compute the IntersectionInfos for the given point.