com.jme3.bounding
Class Intersection

java.lang.Object
  extended by com.jme3.bounding.Intersection

public class Intersection
extends java.lang.Object

This class includes some utility methods for computing intersection between bounding volumes and triangles.


Constructor Summary
Intersection()
           
 
Method Summary
static boolean intersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Intersection

public Intersection()
Method Detail

intersect

public static boolean intersect(BoundingBox bbox,
                                Vector3f v1,
                                Vector3f v2,
                                Vector3f v3)