Package org.joml

Class Runtime

java.lang.Object
org.joml.Runtime

public final class Runtime extends Object
  • Field Details

    • HAS_floatToRawIntBits

      public static final boolean HAS_floatToRawIntBits
    • HAS_doubleToRawLongBits

      public static final boolean HAS_doubleToRawLongBits
    • HAS_Long_rotateLeft

      public static final boolean HAS_Long_rotateLeft
    • HAS_Math_fma

      public static final boolean HAS_Math_fma
  • Method Details

    • floatToIntBits

      public static int floatToIntBits(float float1)
    • doubleToLongBits

      public static long doubleToLongBits(double double1)
    • formatNumbers

      public static String formatNumbers(String string)
    • format

      public static String format(double double1, NumberFormat numberFormat)
    • equals

      public static boolean equals(float float1, float float2, float float3)
    • equals

      public static boolean equals(double double1, double double2, double double3)