Package com.irurueta.navigation.frames
Class ECIFrameTest
java.lang.Object
com.irurueta.navigation.frames.ECIFrameTest
-
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
-
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_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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
ECIFrameTest
ECIFrameTest()
-
-
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
-
testGetSetX
@Test void testGetSetX() -
testGetSetY
@Test void testGetSetY() -
testGetSetZ
@Test void testGetSetZ() -
testSetCoordinates
@Test void testSetCoordinates() -
testGetSetPosition
@Test void testGetSetPosition() -
testGetSetPositionX
@Test void testGetSetPositionX() -
testGetSetPositionY
@Test void testGetSetPositionY() -
testGetSetPositionZ
@Test void testGetSetPositionZ() -
testSetPositionCoordinates
@Test void testSetPositionCoordinates() -
testGetPositionNorm
@Test void testGetPositionNorm() -
testGetSetVx
@Test void testGetSetVx() -
testGetSetVy
@Test void testGetSetVy() -
testGetSetVz
@Test void testGetSetVz() -
testSetVelocityCoordinates
@Test void testSetVelocityCoordinates() -
testGetVelocityNorm
@Test void testGetVelocityNorm() -
testGetSetSpeedX
@Test void testGetSetSpeedX() -
testGetSetSpeedY
@Test void testGetSetSpeedY() -
testGetSetSpeedZ
@Test void testGetSetSpeedZ() -
testSetSpeedCoordinates
@Test void testSetSpeedCoordinates() -
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 InvalidSourceAndDestinationFrameTypeException, com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.algebra.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixException
-
testGetSetCoordinateTransformationMatrix3
@Test void testGetSetCoordinateTransformationMatrix3() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.algebra.WrongSizeExceptioncom.irurueta.geometry.InvalidRotationMatrixException
-
testGetSetCoordinateTransformationRotation
@Test void testGetSetCoordinateTransformationRotation() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixException
-
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
-