Class NEDtoECEFFrameConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.NEDtoECEFFrameConverterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate 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
-
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_HEIGHT
private static final double MIN_HEIGHT- See Also:
-
MAX_HEIGHT
private static final double MAX_HEIGHT- 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
-
NEDtoECEFFrameConverterTest
NEDtoECEFFrameConverterTest()
-
-
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.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.RotationException
-
testConvert
@Test void testConvert() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.RotationException
-
testConvertNEDtoECEFAndReturnNew
@Test void testConvertNEDtoECEFAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.RotationException
-
testConvertNEDtoECEF
@Test void testConvertNEDtoECEF() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.RotationException
-