Package com.irurueta.geometry
Class Rotation2DTest
java.lang.Object
com.irurueta.geometry.Rotation2DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate 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(package private) void(package private) void
-
Field Details
-
MIN_THETA
private static final double MIN_THETA- See Also:
-
MAX_THETA
private static final double MAX_THETA- 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:
-
INHOM_COORDS
private static final int INHOM_COORDS- See Also:
-
-
Constructor Details
-
Rotation2DTest
Rotation2DTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidRotationMatrixException
-
testGetSetTheta
@Test void testGetSetTheta() -
testInverseRotation
@Test void testInverseRotation() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testAsInhomogeneousMatrix
@Test void testAsInhomogeneousMatrix() throws InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException- Throws:
InvalidRotationMatrixExceptioncom.irurueta.algebra.WrongSizeException
-
testAsHomogeneousMatrix
@Test void testAsHomogeneousMatrix() throws InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException- Throws:
InvalidRotationMatrixExceptioncom.irurueta.algebra.WrongSizeException
-
testFromMatrixAndIsValidRotationMatrix
@Test void testFromMatrixAndIsValidRotationMatrix() throws com.irurueta.algebra.WrongSizeException, InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidRotationMatrixException
-
testFromInhomogeneousMatrixAndIsValidRotationMatrix
@Test void testFromInhomogeneousMatrixAndIsValidRotationMatrix() throws com.irurueta.algebra.WrongSizeException, InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidRotationMatrixException
-
testFromHomogeneousMatrixAndIsValidRotationMatrix
@Test void testFromHomogeneousMatrixAndIsValidRotationMatrix() throws com.irurueta.algebra.WrongSizeException, InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionInvalidRotationMatrixException
-
testRotate
@Test void testRotate() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCombine
@Test void testCombine() -
testEqualsAndHashCode
@Test void testEqualsAndHashCode() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-