Package org.joml
Class Runtime
- java.lang.Object
-
- org.joml.Runtime
-
public final class Runtime extends Object
Internal class to detect features of the runtime.- Author:
- Kai Burjack
-
-
Field Summary
Fields Modifier and Type Field Description static booleanHAS_doubleToRawLongBitsstatic booleanHAS_floatToRawIntBitsstatic booleanHAS_Long_rotateLeftstatic booleanHAS_Math_fma
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longdoubleToLongBits(double dbl)static booleanequals(double a, double b, double delta)static booleanequals(float a, float b, float delta)static intfloatToIntBits(float flt)static Stringformat(double number, NumberFormat format)static StringformatNumbers(String str)
-
-
-
Method Detail
-
floatToIntBits
public static int floatToIntBits(float flt)
-
doubleToLongBits
public static long doubleToLongBits(double dbl)
-
format
public static String format(double number, NumberFormat format)
-
equals
public static boolean equals(float a, float b, float delta)
-
equals
public static boolean equals(double a, double b, double delta)
-
-