com.bulletphysics.linearmath
Class ScalarUtil
java.lang.Object
com.bulletphysics.linearmath.ScalarUtil
public class ScalarUtil
- extends Object
Utility functions for scalars (floats).
Method Summary |
static float |
atan2Fast(float y,
float x)
|
static float |
fsel(float a,
float b,
float c)
|
static boolean |
fuzzyZero(float x)
|
ScalarUtil
public ScalarUtil()
fsel
public static float fsel(float a,
float b,
float c)
fuzzyZero
public static boolean fuzzyZero(float x)
atan2Fast
public static float atan2Fast(float y,
float x)