public class OverlapTester
extends java.lang.Object
| Constructor and Description |
|---|
OverlapTester() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(BaseBounds b1,
BaseBounds b2) |
static boolean |
check(CircleBounds c1,
CircleBounds c2) |
static boolean |
check(CircleBounds c,
float x,
float y) |
static boolean |
check(CircleBounds c,
float x,
float y,
float z) |
static boolean |
check(CircleBounds c,
RectangleBounds r) |
static boolean |
check(CircleBounds c,
Vector p) |
static boolean |
check(RectangleBounds r,
float x,
float y) |
static boolean |
check(RectangleBounds r,
float x,
float y,
float z) |
static boolean |
check(RectangleBounds r1,
RectangleBounds r2) |
static boolean |
check(RectangleBounds r,
Vector p) |
static boolean |
check(SphereBounds s,
float x,
float y,
float z) |
static boolean |
check(SphereBounds s1,
SphereBounds s2) |
static boolean |
check(SphereBounds s,
Vector pos) |
public static boolean check(BaseBounds b1, BaseBounds b2)
public static boolean check(CircleBounds c1, CircleBounds c2)
public static boolean check(RectangleBounds r1, RectangleBounds r2)
public static boolean check(CircleBounds c, RectangleBounds r)
public static boolean check(CircleBounds c, Vector p)
public static boolean check(CircleBounds c, float x, float y, float z)
public static boolean check(CircleBounds c, float x, float y)
public static boolean check(RectangleBounds r, Vector p)
public static boolean check(RectangleBounds r, float x, float y)
public static boolean check(RectangleBounds r, float x, float y, float z)
public static boolean check(SphereBounds s1, SphereBounds s2)
public static boolean check(SphereBounds s, Vector pos)
public static boolean check(SphereBounds s, float x, float y, float z)