Package com.irurueta.navigation.frames
Class ECEFPositionTest
java.lang.Object
com.irurueta.navigation.frames.ECEFPositionTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
Field Details
-
THRESHOLD
private static final double THRESHOLD- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
ECEFPositionTest
ECEFPositionTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetX
@Test void testGetSetX() -
testGetSetY
@Test void testGetSetY() -
testGetSetZ
@Test void testGetSetZ() -
testSetCoordinates
@Test void testSetCoordinates() -
testGetSetPosition
@Test void testGetSetPosition() -
testGetSetDistanceX
@Test void testGetSetDistanceX() -
testGetSetDistanceY
@Test void testGetSetDistanceY() -
testGetSetDistanceZ
@Test void testGetSetDistanceZ() -
testSetDistanceCoordinates
@Test void testSetDistanceCoordinates() -
testGetNorm
@Test void testGetNorm() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testAsArray
@Test void testAsArray() -
testAsMatrix
@Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-