|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.bounding.Intersection
public class Intersection
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 |
---|
public Intersection()
Method Detail |
---|
public static boolean intersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |