Package com.irurueta.geometry
Class Point2DTest
java.lang.Object
com.irurueta.geometry.Point2DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final intprivate 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(package private) void(package private) void(package private) void
-
Field Details
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
INHOM_COORDS
private static final int INHOM_COORDS- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
Point2DTest
Point2DTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testCreate
@Test void testCreate() -
testGetSetInhomX
@Test void testGetSetInhomX() -
testGetSetInhomY
@Test void testGetSetInhomY() -
testGetSetInhomogeneousCoordinate
@Test void testGetSetInhomogeneousCoordinate() -
testDistanceTo
@Test void testDistanceTo() -
testSqrDistanceTo
@Test void testSqrDistanceTo() -
testDotProduct
@Test void testDotProduct() -
testIsBetween
@Test void testIsBetween() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-