Package com.irurueta.geometry
Class AffineParameters2DTest
java.lang.Object
com.irurueta.geometry.AffineParameters2DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate 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
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
INHOM_COORDS
private static final int INHOM_COORDS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
AffineParameters2DTest
AffineParameters2DTest()
-
-
Method Details
-
testConstructors
@Test void testConstructors() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetSetScaleX
@Test void testGetSetScaleX() -
testGetSetScaleY
@Test void testGetSetScaleY() -
testSetScale
@Test void testSetScale() -
testGetSetSkewness
@Test void testGetSetSkewness() -
testAsMatrix
@Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testFromMatrixAndIsValidMatrix
@Test void testFromMatrixAndIsValidMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-