public final class Intersection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static 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 |
intersect(Camera camera,
Vector3f center,
float radius) |
public static boolean intersect(BoundingSphere sphere, Vector3f center, float radius)
public static boolean intersect(BoundingBox bbox, Vector3f center, float radius)
public static boolean intersect(BoundingBox bbox, Vector3f v1, Vector3f v2, Vector3f v3)