Package org.lwjglx.util.glu
Class Util
java.lang.Object
org.lwjglx.util.glu.Util
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
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)
-