Class GrlConstants

java.lang.Object
georegression.misc.GrlConstants

public class GrlConstants extends Object
Constants used throughout the library.
  • Field Details

    • F_PI

      public static float F_PI
    • F_PI2

      public static float F_PI2
    • F_PId2

      public static float F_PId2
    • PI

      public static double PI
    • PI2

      public static double PI2
    • PId2

      public static double PId2
    • VERSION

      public static String VERSION
    • TEST_F32

      public static float TEST_F32
    • TEST_F64

      public static double TEST_F64
    • TEST_SQ_F64

      public static double TEST_SQ_F64
    • TEST_SQ_F32

      public static float TEST_SQ_F32
    • FCONV_TOL_A

      public static float FCONV_TOL_A
    • DCONV_TOL_A

      public static double DCONV_TOL_A
    • FCONV_TOL_B

      public static float FCONV_TOL_B
    • DCONV_TOL_B

      public static double DCONV_TOL_B
    • F_EPS

      public static float F_EPS
    • EPS

      public static double EPS
  • Constructor Details

    • GrlConstants

      public GrlConstants()