Package com.irurueta.geometry
Class RotationUtilsTest
java.lang.Object
com.irurueta.geometry.RotationUtilsTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate 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
-
Field Details
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- 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
-
RotationUtilsTest
RotationUtilsTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testW2omega
@Test void testW2omega() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testQuaternionToPiMatrix
@Test void testQuaternionToPiMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testQuaternionToConjugatedPiMatrix
@Test void testQuaternionToConjugatedPiMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testPiMatrixToConjugatedPiMatrix
@Test void testPiMatrixToConjugatedPiMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testRotationMatrixTimesVector
@Test void testRotationMatrixTimesVector() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testTransposedRotationMatrixTimesVector
@Test void testTransposedRotationMatrixTimesVector() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testCameraBodyToCameraSensorRotation
- Throws:
RotationException
-
testQuaternionToEulerGaussian
@Test void testQuaternionToEulerGaussian() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testAngularRatesToSkew
@Test void testAngularRatesToSkew() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-