Class ECEFtoNEDFrameConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.ECEFtoNEDFrameConverterTest
-
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
private static final double
private static final int
-
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
-
Field Details
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- 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:
-
MIN_POSITION_VALUE
private static final double MIN_POSITION_VALUE- See Also:
-
MAX_POSITION_VALUE
private static final double MAX_POSITION_VALUE- See Also:
-
MIN_VELOCITY_VALUE
private static final double MIN_VELOCITY_VALUE- See Also:
-
MAX_VELOCITY_VALUE
private static final double MAX_VELOCITY_VALUE- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
ECEFtoNEDFrameConverterTest
ECEFtoNEDFrameConverterTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testConvertAndReturnNew
@Test void testConvertAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvert
@Test void testConvert() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECEFtoNEDAndReturnNew
@Test void testConvertECEFtoNEDAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECEFtoNED
@Test void testConvertECEFtoNED() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-