Package zombie.core.physics
Class BulletGlobals
java.lang.Object
zombie.core.physics.BulletGlobals
public class BulletGlobals
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static float
CONVEX_DISTANCE_MARGIN
static boolean
DEBUG
static float
FLT_EPSILON
static float
SIMD_2_PI
static float
SIMD_DEGS_PER_RAD
static float
SIMD_EPSILON
static float
SIMD_HALF_PI
static float
SIMD_INFINITY
static float
SIMD_PI
static float
SIMD_RADS_PER_DEG
-
Constructor Summary
Constructors Constructor Description BulletGlobals()
-
Method Summary
Modifier and Type Method Description static void
cleanCurrentThread()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEBUG
public static final boolean DEBUG- See Also:
- Constant Field Values
-
CONVEX_DISTANCE_MARGIN
public static final float CONVEX_DISTANCE_MARGIN- See Also:
- Constant Field Values
-
FLT_EPSILON
public static final float FLT_EPSILON- See Also:
- Constant Field Values
-
SIMD_EPSILON
public static final float SIMD_EPSILON- See Also:
- Constant Field Values
-
SIMD_2_PI
public static final float SIMD_2_PI- See Also:
- Constant Field Values
-
SIMD_PI
public static final float SIMD_PI- See Also:
- Constant Field Values
-
SIMD_HALF_PI
public static final float SIMD_HALF_PI- See Also:
- Constant Field Values
-
SIMD_RADS_PER_DEG
public static final float SIMD_RADS_PER_DEG- See Also:
- Constant Field Values
-
SIMD_DEGS_PER_RAD
public static final float SIMD_DEGS_PER_RAD- See Also:
- Constant Field Values
-
SIMD_INFINITY
public static final float SIMD_INFINITY- See Also:
- Constant Field Values
-
-
Constructor Details
-
BulletGlobals
public BulletGlobals()
-
-
Method Details
-
cleanCurrentThread
public static void cleanCurrentThread()
-