Class ECEFtoECIFrameConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.ECEFtoECIFrameConverterTest
-
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 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
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- 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_Z_VALUE
private static final double MIN_Z_VALUE- See Also:
-
MAX_Z_VALUE
private static final double MAX_Z_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
-
ECEFtoECIFrameConverterTest
ECEFtoECIFrameConverterTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testConvertAndReturnNewWithSecondsTimeInterval
@Test void testConvertAndReturnNewWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertWithSecondsTimeInterval
@Test void testConvertWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECEFtoECIAndReturnNewWithSecondsTimeInterval
@Test void testConvertECEFtoECIAndReturnNewWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECEFtoECIWithSecondsTimeInterval
@Test void testConvertECEFtoECIWithSecondsTimeInterval() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
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
-
testConvertECEFtoECIAndReturnNew
@Test void testConvertECEFtoECIAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-
testConvertECEFtoECI
@Test void testConvertECEFtoECI() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.RotationException
-