libgdx API

com.badlogic.gdx.utils
Class NumberUtils

java.lang.Object
  extended by com.badlogic.gdx.utils.NumberUtils

public class NumberUtils
extends java.lang.Object


Constructor Summary
NumberUtils()
           
 
Method Summary
static long doubleToLongBits(double value)
           
static int floatToIntBits(float value)
           
static int floatToRawIntBits(float value)
           
static float intBitsToFloat(int value)
           
static double longBitsToDouble(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberUtils

public NumberUtils()
Method Detail

floatToIntBits

public static int floatToIntBits(float value)

floatToRawIntBits

public static int floatToRawIntBits(float value)

intBitsToFloat

public static float intBitsToFloat(int value)

doubleToLongBits

public static long doubleToLongBits(double value)

longBitsToDouble

public static double longBitsToDouble(long value)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)