Package com.irurueta.geometry
Class UtilsTest
java.lang.Object
com.irurueta.geometry.UtilsTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
MIN_RADIANS
private static final double MIN_RADIANS- See Also:
-
MAX_RADIANS
private static final double MAX_RADIANS- See Also:
-
MIN_DEGREES
private static final double MIN_DEGREES- See Also:
-
MAX_DEGREES
private static final double MAX_DEGREES- See Also:
-
MIN_TURNS
private static final int MIN_TURNS- See Also:
-
MAX_TURNS
private static final int MAX_TURNS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
UtilsTest
UtilsTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConvertToDegrees
@Test void testConvertToDegrees() -
testConvertToRadians
@Test void testConvertToRadians() -
testNormalizeAngleDegrees
@Test void testNormalizeAngleDegrees() -
testNormalizeAngleRadians
@Test void testNormalizeAngleRadians()
-