Package com.jme3.bounding
Class Intersection
java.lang.Object
com.jme3.bounding.Intersection
This class includes some utility methods for computing intersection
between bounding volumes and triangles.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanintersect(BoundingBox bbox, Vector3f center, float radius) static booleanintersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3) static booleanintersect(BoundingSphere sphere, Vector3f center, float radius) static boolean
-
Method Details
-
intersect
-
intersect
-
intersect
-
intersect
-