Package georegression.misc
Class GrlConstants
java.lang.Object
georegression.misc.GrlConstants
Constants used throughout the library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic doublestatic doublestatic doublestatic floatstatic floatstatic floatstatic floatstatic floatstatic floatstatic doublestatic doublestatic doublestatic floatstatic doublestatic floatstatic doublestatic String -
Constructor Summary
Constructors -
Method Summary
-
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
-
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()
-