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 boolean
intersect
(BoundingBox bbox, Vector3f center, float radius) static boolean
intersect
(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3) static boolean
intersect
(BoundingSphere sphere, Vector3f center, float radius) static boolean
-
Method Details
-
intersect
-
intersect
-
intersect
-
intersect
-