Package com.irurueta.geometry
Class Box3DTest
java.lang.Object
com.irurueta.geometry.Box3DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
-
Constructor Details
-
Box3DTest
Box3DTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetLo
@Test void testGetSetLo() -
testGetSetHi
@Test void testGetSetHi() -
testSetBounds
@Test void testSetBounds() -
testGetDistance
@Test void testGetDistance() -
testGetSqrDistance
@Test void testGetSqrDistance() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-