edu.uprm.ece.terrainrenderer
Class Utils
java.lang.Object
  
edu.uprm.ece.terrainrenderer.Utils
public class Utils
- extends java.lang.Object
 
| 
Constructor Summary | 
Utils()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Utils
public Utils()
unsignedByteToInt
public static int unsignedByteToInt(byte b)
 
byteArrayToInt
public static int byteArrayToInt(byte[] buffer)
 
intArrayToInt
public static int intArrayToInt(int[] buffer)
 
intArrayToFloat
public static float intArrayToFloat(int[] buffer)
 
byteArrayToFloat
public static float byteArrayToFloat(byte[] buffer)
 
byteArrayToShort
public static short byteArrayToShort(byte[] buffer)