Class Util

java.lang.Object
org.lwjglx.util.glu.Util
Direct Known Subclasses:
MipMap, Project, Registry

public class Util
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Util()  
  • Method Summary

    Modifier and Type Method Description
    protected static int bytesPerPixel​(int int1, int int2)  
    protected static int ceil​(int int1, int int2)  
    protected static int compPerPix​(int int1)  
    protected static void cross​(float[] floatArray, float[] floatArray2, float[] floatArray3)  
    protected static int nearestPower​(int int1)  
    protected static float[] normalize​(float[] floatArray)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • ceil

      protected static int ceil​(int int1, int int2)
    • normalize

      protected static float[] normalize​(float[] floatArray)
    • cross

      protected static void cross​(float[] floatArray, float[] floatArray2, float[] floatArray3)
    • compPerPix

      protected static int compPerPix​(int int1)
    • nearestPower

      protected static int nearestPower​(int int1)
    • bytesPerPixel

      protected static int bytesPerPixel​(int int1, int int2)