com.bulletphysics.linearmath
Class ScalarUtil

java.lang.Object
  extended by com.bulletphysics.linearmath.ScalarUtil

public class ScalarUtil
extends Object

Utility functions for scalars (floats).


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalarUtil

public ScalarUtil()
Method Detail

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)