Package com.irurueta.navigation.frames
Class CoordinateTransformationTest
java.lang.Object
com.irurueta.navigation.frames.CoordinateTransformationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private 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
(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
(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
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
LATITUDE_DEGREES
private static final double LATITUDE_DEGREES- See Also:
-
LONGITUDE_DEGREES
private static final double LONGITUDE_DEGREES- See Also:
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
CoordinateTransformationTest
CoordinateTransformationTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
-
testGetMatrix
@Test void testGetMatrix() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.algebra.WrongSizeException
-
testSetMatrixWithThreshold
@Test void testSetMatrixWithThreshold() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
-
testSetMatrixWithoutThreshold
@Test void testSetMatrixWithoutThreshold() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
-
testIsValidMatrixWithThreshold
@Test void testIsValidMatrixWithThreshold() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testIsValidMatrixWithoutThreshold
@Test void testIsValidMatrixWithoutThreshold() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetSetEulerAngles
@Test void testGetSetEulerAngles() -
testGetSetEulerAnglesMeasurements
@Test void testGetSetEulerAnglesMeasurements() -
testGetSetSourceType
@Test void testGetSetSourceType() -
testGetSetDestinationType
@Test void testGetSetDestinationType() -
testAsRotation
@Test void testAsRotation() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testFromRotation
@Test void testFromRotation() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testCopyTo
@Test void testCopyTo() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testCopyFrom
@Test void testCopyFrom() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testHashCode
@Test void testHashCode() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testEquals
@Test void testEquals() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testEqualsWithThreshold
@Test void testEqualsWithThreshold() throws com.irurueta.geometry.InvalidRotationMatrixException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
-
testInverse
@Test void testInverse() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.algebra.WrongSizeException
com.irurueta.algebra.RankDeficientMatrixException
com.irurueta.algebra.DecomposerException
-
testInverseAndReturnNew
@Test void testInverseAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.algebra.WrongSizeException
com.irurueta.algebra.RankDeficientMatrixException
com.irurueta.algebra.DecomposerException
-
testEcefToNedMatrix
@Test void testEcefToNedMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEcefToNedCoordinateTransformationMatrix
@Test void testEcefToNedCoordinateTransformationMatrix() -
testNedToEcefMatrix
@Test void testNedToEcefMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testNedToEcefCoordinateTransformationMatrix
@Test void testNedToEcefCoordinateTransformationMatrix() -
testEcefToEciMatrixFromTimeInterval
@Test void testEcefToEciMatrixFromTimeInterval() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEcefToEciMatrixFromAngle
@Test void testEcefToEciMatrixFromAngle() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEcefToEciCoordinateTransformationMatrixFromTimeInterval
@Test void testEcefToEciCoordinateTransformationMatrixFromTimeInterval() -
testEcefToEciCoordinateTransformationMatrixFromAngle
@Test void testEcefToEciCoordinateTransformationMatrixFromAngle() -
testEciToEcefMatrixFromTimeInterval
@Test void testEciToEcefMatrixFromTimeInterval() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.algebra.RankDeficientMatrixException
com.irurueta.algebra.DecomposerException
-
testEciToEcefMatrixFromAngle
@Test void testEciToEcefMatrixFromAngle() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEciToEcefCoordinateTransformationMatrixFromTimeInterval
@Test void testEciToEcefCoordinateTransformationMatrixFromTimeInterval() -
testEciToEcefCoordinateTransformationMatrixFromAngle
@Test void testEciToEcefCoordinateTransformationMatrixFromAngle() -
testClone
@Test void testClone() throws com.irurueta.geometry.InvalidRotationMatrixException, CloneNotSupportedException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
CloneNotSupportedException
-
testSerializeAndDeserialize
@Test void testSerializeAndDeserialize() throws com.irurueta.geometry.InvalidRotationMatrixException, IOException, ClassNotFoundException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
IOException
ClassNotFoundException
-