Package com.irurueta.geometry
Class AffineParameters3DTest
java.lang.Object
com.irurueta.geometry.AffineParameters3DTest
-
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(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
-
AffineParameters3DTest
AffineParameters3DTest()
-
-
Method Details
-
testConstructors
@Test void testConstructors() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetSetScaleX
@Test void testGetSetScaleX() -
testGetSetScaleY
@Test void testGetSetScaleY() -
testGetSetScaleZ
@Test void testGetSetScaleZ() -
testSetScale
@Test void testSetScale() -
testGetSetSkewnessXY
@Test void testGetSetSkewnessXY() -
testGetSetSkewnessXZ
@Test void testGetSetSkewnessXZ() -
testGetSetSkewnessYZ
@Test void testGetSetSkewnessYZ() -
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
-