Package com.irurueta.navigation.frames
Class NEDFrameTest
java.lang.Object
com.irurueta.navigation.frames.NEDFrameTest
-
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
-
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
(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:
-
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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
NEDFrameTest
NEDFrameTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testGetSetLatitude
@Test void testGetSetLatitude() -
testGetSetLongitude
@Test void testGetSetLongitude() -
testGetSetHeight
@Test void testGetSetHeight() -
testSetPosition1
@Test void testSetPosition1() -
testGetSetLatitudeAngle
@Test void testGetSetLatitudeAngle() -
testGetSetLongitudeAngle
@Test void testGetSetLongitudeAngle() -
testGetSetHeightDistance
@Test void testGetSetHeightDistance() -
testSetPosition2
@Test void testSetPosition2() -
testSetPosition3
@Test void testSetPosition3() -
testSetPosition4
@Test void testSetPosition4() -
testGetSetNEDPosition
@Test void testGetSetNEDPosition() -
testGetSetVn
@Test void testGetSetVn() -
testGetSetVe
@Test void testGetSetVe() -
testGetSetVd
@Test void testGetSetVd() -
testSetVelocityCoordinates
@Test void testSetVelocityCoordinates() -
testGetVelocityNorm
@Test void testGetVelocityNorm() -
testGetSetSpeedN
@Test void testGetSetSpeedN() -
testGetSetSpeedE
@Test void testGetSetSpeedE() -
testGetSetSpeedD
@Test void testGetSetSpeedD() -
testSetSpeedCoordinates
@Test void testSetSpeedCoordinates() -
testGetSetNEDVelocity
@Test void testGetSetNEDVelocity() -
testGetSetCoordinateTransformation
@Test void testGetSetCoordinateTransformation() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix
@Test void testGetSetCoordinateTransformationMatrix() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix2
@Test void testGetSetCoordinateTransformationMatrix2() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix3
@Test void testGetSetCoordinateTransformationMatrix3() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationRotation
@Test void testGetSetCoordinateTransformationRotation() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testIsValidCoordinateTransformation
@Test void testIsValidCoordinateTransformation() -
testCopyTo
@Test void testCopyTo() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testCopyFrom
@Test void testCopyFrom() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testHashCode
@Test void testHashCode() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testEquals
@Test void testEquals() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testEqualsWithThreshold
@Test void testEqualsWithThreshold() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
-
testClone
@Test void testClone() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, CloneNotSupportedException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
CloneNotSupportedException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, IOException, ClassNotFoundException- Throws:
com.irurueta.geometry.InvalidRotationMatrixException
InvalidSourceAndDestinationFrameTypeException
IOException
ClassNotFoundException
-