Package com.irurueta.navigation.frames
Class NEDFrameTest
java.lang.Object
com.irurueta.navigation.frames.NEDFrameTest
-
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 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.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
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.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix
@Test void testGetSetCoordinateTransformationMatrix() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix2
@Test void testGetSetCoordinateTransformationMatrix2() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationMatrix3
@Test void testGetSetCoordinateTransformationMatrix3() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testGetSetCoordinateTransformationRotation
@Test void testGetSetCoordinateTransformationRotation() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testIsValidCoordinateTransformation
@Test void testIsValidCoordinateTransformation() -
testCopyTo
@Test void testCopyTo() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testCopyFrom
@Test void testCopyFrom() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testHashCode
@Test void testHashCode() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testEquals
@Test void testEquals() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testEqualsWithThreshold
@Test void testEqualsWithThreshold() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeException
-
testClone
@Test void testClone() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, CloneNotSupportedException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptionCloneNotSupportedException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.geometry.InvalidRotationMatrixException, InvalidSourceAndDestinationFrameTypeException, IOException, ClassNotFoundException- Throws:
com.irurueta.geometry.InvalidRotationMatrixExceptionInvalidSourceAndDestinationFrameTypeExceptionIOExceptionClassNotFoundException
-