|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.ScalarUtil
public class ScalarUtil
Constructor Summary | |
---|---|
ScalarUtil()
|
Method Summary | |
---|---|
static float |
atan2Fast(float y,
float x)
|
static float |
fsel(float a,
float b,
float c)
|
static boolean |
fuzzyZero(float x)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScalarUtil()
Method Detail |
---|
public static float fsel(float a, float b, float c)
public static boolean fuzzyZero(float x)
public static float atan2Fast(float y, float x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |