Package com.irurueta.geometry
Class HomogeneousPoint2DTest
java.lang.Object
com.irurueta.geometry.HomogeneousPoint2DTest
-
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
-
Field Details
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
INHOM_COORDS
private static final int INHOM_COORDS- See Also:
-
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
-
HomogeneousPoint2DTest
HomogeneousPoint2DTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGettersAndSetters
@Test void testGettersAndSetters() -
testToInhomogeneous
@Test void testToInhomogeneous() -
testSetCoordinates
@Test void testSetCoordinates() -
testArray
@Test void testArray() -
testEqualsAndHashCode
@Test void testEqualsAndHashCode() -
testIsAtInfinity
@Test void testIsAtInfinity() -
testNormalize
@Test void testNormalize() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-