Package com.irurueta.geometry
Class KDTree2DTest
java.lang.Object
com.irurueta.geometry.KDTree2DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate 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(package private) void(package private) void(package private) void(package private) void(package private) void(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:
-
MIN_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- See Also:
-
-
Constructor Details
-
KDTree2DTest
KDTree2DTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testDistance
@Test void testDistance() -
testLocateBoxIndex
@Test void testLocateBoxIndex() -
testLocateBox
@Test void testLocateBox() -
testNearestIndex
@Test void testNearestIndex() -
testNearestIndex2
@Test void testNearestIndex2() -
testNearestPoint
@Test void testNearestPoint() -
testNearestPoint2
@Test void testNearestPoint2() -
testNNearest
@Test void testNNearest() -
testNNearest2
@Test void testNNearest2() -
testNNearest3
@Test void testNNearest3() -
testNNearest4
@Test void testNNearest4() -
testNNearest5
@Test void testNNearest5() -
testNNearest6
@Test void testNNearest6() -
testNNearest7
@Test void testNNearest7() -
testNNearest8
@Test void testNNearest8() -
testLocateNear
@Test void testLocateNear() -
testLocateNear2
@Test void testLocateNear2() -
testBoxNode
@Test void testBoxNode()
-