Class Util

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

public class Util extends Object
  • 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)